This commit is contained in:
wangchuxiao
2022-01-21 18:39:57 +08:00
parent 1944b24fba
commit d58bcd136a
20 changed files with 696 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package cms_api_struct
type RequestPagination struct {
PageNumber int `json:"page_number"`
ShowNumber int `json:"show_number"`
}