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