package request import "aps_crm/model" type SaveSystemSet struct { SystemTypes []string `json:"systemTypes"` Sets []*model.SystemSet `json:"sets"` }