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