user_list.go 247 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 package query type UserListQuery struct { //用户名称匹配 UserNameMatch string `json:"userNameMatch" ` // 查询偏离量 Offset int `json:"offset" ` // 查询限制 Limit int `json:"limit"` CompanyId int64 `json:"companyId"` }