From 589191bfe2263228e20ae6de9f74badb7207b912 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 13 七月 2023 14:31:36 +0800
Subject: [PATCH] fix

---
 model/response/response.go |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/model/response/response.go b/model/response/response.go
index 51423c7..9f09dab 100644
--- a/model/response/response.go
+++ b/model/response/response.go
@@ -125,4 +125,44 @@
 	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"`
+	}
 )

--
Gitblit v1.8.0