package response import ( "eta/eta_mini_crm/models" "github.com/rdlucklib/rdluck_tools/paging" ) type UserLevelPageListResp struct { Paging *paging.PagingItem List []*models.UserLevelItem `description:"用户等级列表"` }