zhangqian
2024-03-29 f14c22065bf5c3b615a8d909c29b90f37ef6419d
model/request/system_set_request.go
@@ -3,6 +3,5 @@
import "aps_crm/model"
type SaveSystemSet struct {
   SystemTypes []string           `json:"systemTypes"`
   Sets        []*model.SystemSet `json:"sets"`
   Sets []*model.SystemSet `json:"sets"`
}