From b0d1fe4e0acb0fa40c684069c0e9d77d7a65ace3 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 15:53:53 +0800 Subject: [PATCH] fix --- model/response/response.go | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/model/response/response.go b/model/response/response.go index 46774ab..0c6991f 100644 --- a/model/response/response.go +++ b/model/response/response.go @@ -344,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