fusenapi/constants/paging.go
laodaming f09e1b8f93 fix
2023-06-29 13:59:55 +08:00

11 lines
174 B
Go

package constants
// 分页默认当前页
const DEFAULT_PAGE = 1
// 默认每页数量
const DEFAULT_PAGE_SIZE = 20
// 最大每页显示数量
const MAX_PAGE_SIZE = 300