From d8ac88cfb72e3aac3a89c3cfe77774be3024a24c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 11 八月 2023 17:54:43 +0800
Subject: [PATCH] update
---
model/response/response.go | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/model/response/response.go b/model/response/response.go
index 9a77e30..cc15773 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,9 @@
CurrencyResponse struct {
List []*model.Currency `json:"list"`
}
-)
\ No newline at end of file
+
+ CollectionProjectionListResponse struct {
+ List []*model.CollectionProjection `json:"list"`
+ Count int `json:"count"`
+ }
+)
--
Gitblit v1.8.0