| | |
| | | |
| | | SaleChanceResponse struct { |
| | | List []*model.SaleChance `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SaleStageResponse struct { |
| | |
| | | |
| | | QuotationResponse struct { |
| | | List []*model.Quotation `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | MasterOrderResponse struct { |
| | | List []*model.MasterOrder `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SubOrderResponse struct { |
| | | List []*model.SubOrder `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SalesDetailsResponse struct { |
| | | List []*model.SalesDetails `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SalesReturnResponse struct { |
| | | List []*model.SalesReturn `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | SalesRefundResponse struct { |
| | | List []*model.SalesRefund `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ContractResponse struct { |
| | | List []*model.Contract `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | PlanResponse struct { |
| | | List []*model.Plan `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ServiceContractsResponse struct { |
| | |
| | | |
| | | OrderManageResponse struct { |
| | | List []*model.OrderManage `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | ServiceFollowupResponse struct { |
| | | List []*model.ServiceFollowup `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | CustomerServiceSheetResponse struct { |
| | |
| | | |
| | | ServiceFeeManageResponse struct { |
| | | List []*model.ServiceFeeManage `json:"list"` |
| | | Count int `json:"count"` |
| | | } |
| | | |
| | | MenuTreeResponse struct { |