From cddf1d93735052590755460f4b3c8264e0d57399 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 07 八月 2023 09:39:20 +0800
Subject: [PATCH] fix

---
 model/response/common.go |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/model/response/common.go b/model/response/common.go
index 7461096..b2cbd5a 100644
--- a/model/response/common.go
+++ b/model/response/common.go
@@ -1,8 +1,8 @@
-package response
-
-type PageResult struct {
-	List     interface{} `json:"list"`
-	Total    int64       `json:"total"`
-	Page     int         `json:"page"`
-	PageSize int         `json:"pageSize"`
-}
+package response
+
+type PageResult struct {
+	List     interface{} `json:"list"`
+	Total    int64       `json:"total"`
+	Page     int         `json:"page"`
+	PageSize int         `json:"pageSize"`
+}

--
Gitblit v1.8.0