package vo type GroupVo struct { PlanId string `json:"planId"` GroupIdList []string `json:"groupIdList"` CompanyId int `json:"companyId"` }