fix
zhangqian
2024-03-21 3288c6f7bbb3cc6cf101238a453479a9d9b8a795
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"`
}