This commit is contained in:
laodaming
2023-06-27 17:04:58 +08:00
parent 9050b4ab0e
commit 66ed487249
12 changed files with 390 additions and 9 deletions

7
constants/paging.go Normal file
View File

@@ -0,0 +1,7 @@
package constants
// 分页默认当前页
const DEFAULT_PAGE = 1
// 默认每页数量
const DEFAULT_PAGE_SIZE = 20