| | |
| | | } |
| | | |
| | | ContactResponse struct { |
| | | List []*model.ContactDetail `json:"list"` |
| | | List []*model.ContactDetail `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ClientResponse struct { |
| | | List []*model.Client `json:"list"` |
| | | List []*model.Client `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ClientStatusResponse struct { |
| | |
| | | } |
| | | |
| | | SalesLeadsResponse struct { |
| | | List []*model.SalesLeads `json:"list"` |
| | | List []*model.SalesLeads `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SalesSourceResponse struct { |
| | |
| | | } |
| | | |
| | | FollowRecordResponse struct { |
| | | List []*model.FollowRecord `json:"list"` |
| | | List []*model.FollowRecord `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SaleChanceResponse struct { |
| | | List []*model.SaleChance `json:"list"` |
| | | List []*model.SaleChance `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SaleStageResponse struct { |
| | |
| | | } |
| | | |
| | | QuotationResponse struct { |
| | | List []*model.Quotation `json:"list"` |
| | | List []*model.Quotation `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | MasterOrderResponse struct { |
| | | List []*model.MasterOrder `json:"list"` |
| | | List []*model.MasterOrder `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SubOrderResponse struct { |
| | | List []*model.SubOrder `json:"list"` |
| | | List []*model.SubOrder `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SalesDetailsResponse struct { |
| | | List []*model.SalesDetails `json:"list"` |
| | | List []*model.SalesDetails `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SalesReturnResponse struct { |
| | | List []*model.SalesReturn `json:"list"` |
| | | List []*model.SalesReturn `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SalesRefundResponse struct { |
| | | List []*model.SalesRefund `json:"list"` |
| | | List []*model.SalesRefund `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ContractResponse struct { |
| | | List []*model.Contract `json:"list"` |
| | | List []*model.Contract `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | PlanResponse struct { |
| | | List []*model.Plan `json:"list"` |
| | | List []*model.Plan `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ServiceContractsResponse struct { |
| | | List []*model.ServiceContract `json:"list"` |
| | | List []*model.ServiceContract `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | OrderManageResponse struct { |
| | | List []*model.OrderManage `json:"list"` |
| | | List []*model.OrderManage `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ServiceFollowupResponse struct { |
| | | List []*model.ServiceFollowup `json:"list"` |
| | | List []*model.ServiceFollowup `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | CustomerServiceSheetResponse struct { |
| | |
| | | } |
| | | |
| | | ServiceFeeManageResponse struct { |
| | | List []*model.ServiceFeeManage `json:"list"` |
| | | List []*model.ServiceFeeManage `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | MenuTreeResponse struct { |
| | |
| | | |
| | | // 币种 |
| | | Currency []*model.Currency `json:"currency"` |
| | | |
| | | |
| | | // 报价单状态 |
| | | QuotationStatus []*model.QuotationStatus `json:"quotationStatus"` |
| | |
| | | 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"` |
| | | } |
| | | ) |