package constants

// 分页默认当前页
const DEFAULT_PAGE = 1

// 默认每页数量
const DEFAULT_PAGE_SIZE = 20

// 最大每页显示数量
const MAX_PAGE_SIZE = 300