model/response/response.go
@@ -145,4 +145,24 @@ 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"` } )