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