add
wangpengfei
2023-07-13 32ae12002f89b089cb96849950759d2378d1729a
model/response/response.go
@@ -153,4 +153,8 @@
   PlanResponse struct {
      List []*model.Plan `json:"list"`
   }
   ServiceContractsResponse struct {
      List []*model.ServiceContract `json:"list"`
   }
)