liujiandao
2024-03-26 e079b27d686b045639c7e0d470c2cbc812c401b1
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"`
}