LingxinMeng 1 anno fa
parent
commit
e34b5fd73e
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      common/entity/e_page.go

+ 6 - 0
common/entity/e_page.go

@@ -0,0 +1,6 @@
+package entity
+
+type PageRequest struct {
+	CurrentPage string `json:"currentPage"`
+	PageSize    string `json:"pageSize"`
+}