fix
wangpengfei
2023-07-13 589191bfe2263228e20ae6de9f74badb7207b912
model/response/response.go
@@ -149,4 +149,20 @@
   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"`
   }
)