package common type GroupRequest struct { // core:true 【集团id】集团id GroupId string `json:"groupId,omitempty"` // core:true 【集团名称】集团名称 GroupName string `json:"groupName,omitempty"` }