From 624d15a1baedef4b872dfea64331532c9ef31b4e Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 13:43:59 +0800 Subject: [PATCH] add --- model/response/response.go | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/model/response/response.go b/model/response/response.go index 751b2b6..04ea37d 100644 --- a/model/response/response.go +++ b/model/response/response.go @@ -180,45 +180,39 @@ DataResponse struct { + // 甯佺 + Currency []*model.Currency `json:"currency"` + + // 鎶ヤ环鍗曠姸鎬� QuotationStatus []*model.QuotationStatus `json:"quotationStatus"` - // 閫�璐т粨搴� Repository []*model.Repository `json:"repository"` - // 閫�璐у崟鐘舵�� SalesReturnStatus []*model.SalesReturnStatus `json:"salesReturnStatus"` - // 璐︽埛 AccountId []*model.AccountId `json:"accountId"` - // 鏄惁寮�绁� IsInvoice []*model.IsInvoice `json:"isInvoice"` - // 閫�娆炬柟寮� RefundMethod []*model.RefundMethod `json:"refundMethod"` - // 鏈嶅姟鍚堝悓绫诲瀷 ServiceContractType []*model.ServiceContractType `json:"serviceContractType"` - // 鏈嶅姟鍚堝悓鐘舵�� ServiceContractStatus []*model.ServiceContractStatus `json:"serviceContractStatus"` - // 宸ュ崟绫诲瀷 OrderType []*model.OrderType `json:"orderType"` - // 鎶ヨ〃鏉ユ簮 ReportSource []*model.ReportSource `json:"reportSource"` - // 鏈嶅姟浜哄憳鏄惁鏉ヨ繃 IsVisit []*model.IsVisit `json:"isVisit"` @@ -265,6 +259,10 @@ TimelyRate []*model.TimelyRate `json:"timely_rate"` // 瑙e喅鐜� SolveRate []*model.SolveRate `json:"solve_rate"` + // 鍙兘鎬� + Possibility []*model.Possibility `json:"possibility"` + // 鐘舵�� + Status []*model.Status `json:"status"` } DepartmentResponse struct { @@ -326,4 +324,8 @@ QuotationStatusResponse struct { List []*model.QuotationStatus `json:"list"` } + + CurrencyResponse struct { + List []*model.Currency `json:"list"` + } ) \ No newline at end of file -- Gitblit v1.8.0