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