From b932538cd4d2090ae82c790441002ad44b0da46a Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 13:37:02 +0800 Subject: [PATCH] add --- model/response/response.go | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/model/response/response.go b/model/response/response.go index 7975cd3..751b2b6 100644 --- a/model/response/response.go +++ b/model/response/response.go @@ -180,6 +180,18 @@ DataResponse struct { + // 鎶ヤ环鍗曠姸鎬� + QuotationStatus []*model.QuotationStatus `json:"quotationStatus"` + + + // 閫�璐т粨搴� + Repository []*model.Repository `json:"repository"` + + + // 閫�璐у崟鐘舵�� + SalesReturnStatus []*model.SalesReturnStatus `json:"salesReturnStatus"` + + // 璐︽埛 AccountId []*model.AccountId `json:"accountId"` @@ -302,4 +314,16 @@ AccountIdResponse struct { List []*model.AccountId `json:"list"` } + + SalesReturnStatusResponse struct { + List []*model.SalesReturnStatus `json:"list"` + } + + RepositoryResponse struct { + List []*model.Repository `json:"list"` + } + + QuotationStatusResponse struct { + List []*model.QuotationStatus `json:"list"` + } ) \ No newline at end of file -- Gitblit v1.8.0