package common type ContractCategoryGroupListResponse struct { // 【公司ID】公司ID Id string `json:"id"` // 【公司名称】公司名称 Name string `json:"name"` // 【管理员名称】管理员名称 Charger string `json:"charger,omitempty"` // 【上级公司id】上级公司id ParentId string `json:"parentId,omitempty"` // 【模板分组】模板分组 CategoryGroups []*CategoryResponse `json:"categoryGroups,omitempty"` }