wangpengfei
2023-07-14 0231771f8c859879fe992168a1503d22b9633a37
model/response/response.go
@@ -165,4 +165,16 @@
   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"`
   }
)