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