package response import ( "eta/eta_api/models/rag" "github.com/rdlucklib/rdluck_tools/paging" ) type QuestionListListResp struct { List []rag.QuestionView Paging *paging.PagingItem `description:"分页数据"` }