package response // 分页结果 type PageResult struct { Page int `json:"page"` PageSize int `json:"pageSize"` Total int `json:"total"` }