From b90a31431164b4b0756e4ef76f08b08953b8b04d Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 13 十月 2023 14:56:23 +0800
Subject: [PATCH] 服务合同简单数据权限

---
 model/response/response.go |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/model/response/response.go b/model/response/response.go
index 9a77e30..0c6991f 100644
--- a/model/response/response.go
+++ b/model/response/response.go
@@ -168,7 +168,8 @@
 	}
 
 	ServiceContractsResponse struct {
-		List []*model.ServiceContract `json:"list"`
+		List  []*model.ServiceContract `json:"list"`
+		Count int                      `json:"count"`
 	}
 
 	OrderManageResponse struct {
@@ -343,4 +344,13 @@
 	CurrencyResponse struct {
 		List []*model.Currency `json:"list"`
 	}
-)
\ No newline at end of file
+
+	CollectionProjectionListResponse struct {
+		List  []*model.CollectionProjection `json:"list"`
+		Count int                           `json:"count"`
+	}
+
+	ContactInformationResponse struct {
+		List []*model.ContactInformation `json:"list"`
+	}
+)

--
Gitblit v1.8.0