From 4f526b034a6e13a521ad71dcbdbea97043d6ea19 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 20 三月 2024 19:21:20 +0800
Subject: [PATCH] 发货信息字段完善

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

diff --git a/model/response/response.go b/model/response/response.go
index ac99723..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"`
 	}
+
+	CollectionProjectionListResponse struct {
+		List  []*model.CollectionProjection `json:"list"`
+		Count int                           `json:"count"`
+	}
+
+	ContactInformationResponse struct {
+		List []*model.ContactInformation `json:"list"`
+	}
 )

--
Gitblit v1.8.0