separate addons

This commit is contained in:
yanghao05
2023-06-12 10:39:56 +08:00
parent aee21ec772
commit 277c93c584
53 changed files with 48 additions and 3359 deletions

View File

@@ -1,6 +1,6 @@
package request
type PageFilter struct {
Page uint64 `form:"page"`
Limit uint64 `form:"limit"`
Page uint64 `form:"page"`
PerPage uint64 `form:"per_page"`
}