mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-04 07:46:31 +08:00
集成swagger
This commit is contained in:
@@ -3,7 +3,7 @@ package response
|
||||
//PageResp 分页返回值
|
||||
type PageResp struct {
|
||||
Count int64 `json:"count"` // 总数
|
||||
PageNo int `json:"pageNo"` // 页No
|
||||
PageNo int `json:"pageNo"` // 每页数量
|
||||
PageSize int `json:"pageSize"` // 每页Size
|
||||
Lists interface{} `json:"lists"` // 数据
|
||||
}
|
||||
|
Reference in New Issue
Block a user