package query type UserListQuery struct { //用户名称匹配 UserNameMatch string `json:"userNameMatch" ` // 查询偏离量 Offset int `json:"offset" ` // 查询限制 Limit int `json:"limit"` CompanyId int64 `json:"companyId"` }