add
wangpengfei
2023-07-21 bf9d36e5474301bcfe571606d9caaa7ceefa8192
model/response/response.go
@@ -180,6 +180,10 @@
   DataResponse struct {
      // 退款方式
      RefundMethod []*model.RefundMethod `json:"refundMethod"`
      // 服务合同类型
      ServiceContractType []*model.ServiceContractType `json:"serviceContractType"`
@@ -278,4 +282,8 @@
   ServiceContractTypeResponse struct {
      List []*model.ServiceContractType `json:"list"`
   }
   RefundMethodResponse struct {
      List []*model.RefundMethod `json:"list"`
   }
)