From c6d19b35b74d020b3ca28d33101d8f1695e39945 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 13:49:25 +0800 Subject: [PATCH] ignore --- model/response/response.go | 64 ++++++++++++++++++++++++++++++- 1 files changed, 61 insertions(+), 3 deletions(-) diff --git a/model/response/response.go b/model/response/response.go index dc71ab1..04ea37d 100644 --- a/model/response/response.go +++ b/model/response/response.go @@ -180,17 +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"` @@ -237,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 { @@ -270,4 +296,36 @@ ServiceContractStatusResponse struct { List []*model.ServiceContractStatus `json:"list"` } + + ServiceContractTypeResponse struct { + List []*model.ServiceContractType `json:"list"` + } + + RefundMethodResponse struct { + List []*model.RefundMethod `json:"list"` + } + + IsInvoiceResponse struct { + List []*model.IsInvoice `json:"list"` + } + + 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"` + } + + CurrencyResponse struct { + List []*model.Currency `json:"list"` + } ) \ No newline at end of file -- Gitblit v1.8.0