Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageInfo ¶
type PageInfo struct { PageNum int //当前页 PageSize int //每页的数量 Size int //当前页的数量 Total int64 //数据库中总的记录数目 Pages int //总的页数 PrePage int //前一页 NextPage int //下一页 IsFirstPage bool //是否为第一页 IsLastPage bool //是否为最后一页 ListData interface{} //查询出来的数据 }
PageInfo 页面信息
type PageQueryCondition ¶
PageQueryCondition 页码查询条件