liujiandao
2024-01-11 40e540f8ca398fee68f4520dbebd6db6fe2e164c
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"`
}