Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type List ¶
type List struct { List interface{} `json:"list"` // 数据 Total int `json:"total"` // 总数 }
List 列表
type Pager ¶
type Pager struct { Page int32 `json:"page" form:"page"` // 第几页 PageSize int32 `json:"page_size" form:"page_size"` // 每页大小 }
Pager 分页
Click to show internal directories.
Click to hide internal directories.