Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPageSize = 10
DefaultPageSize 默认页大小
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
PageIndex int `json:"pageIndex,omitempty"`
PageSize int `json:"pageSize,omitempty"`
Total int64 `json:"total"`
}
Info 分页一些信息
Click to show internal directories.
Click to hide internal directories.