fix
wangpengfei
2023-08-14 6acff3ce321e59b03e95fe7143ba45b0c48cd926
model/request/serviceCollectionPlan.go
@@ -5,7 +5,7 @@
)
type AddServiceCollectionPlan struct {
   List []*model.ServiceCollectionPlan
   List []*model.ServiceCollectionPlan `json:"list" binding:"required"`
}
type UpdateServiceCollectionPlan struct {