| | |
| | | |
| | | 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"` |
| | |
| | | TimelyRate []*model.TimelyRate `json:"timely_rate"` |
| | | // 解决率 |
| | | SolveRate []*model.SolveRate `json:"solve_rate"` |
| | | // 可能性 |
| | | Possibility []*model.Possibility `json:"possibility"` |
| | | // 状态 |
| | | Status []*model.Status `json:"status"` |
| | | } |
| | | |
| | | DepartmentResponse struct { |
| | |
| | | QuotationStatusResponse struct { |
| | | List []*model.QuotationStatus `json:"list"` |
| | | } |
| | | |
| | | CurrencyResponse struct { |
| | | List []*model.Currency `json:"list"` |
| | | } |
| | | ) |