fix
This commit is contained in:
7
constants/paging.go
Normal file
7
constants/paging.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package constants
|
||||
|
||||
// 分页默认当前页
|
||||
const DEFAULT_PAGE = 1
|
||||
|
||||
// 默认每页数量
|
||||
const DEFAULT_PAGE_SIZE = 20
|
||||
Reference in New Issue
Block a user