package response type ClassifyPermissionItemResp struct { ClassifyId int `description:"二级分类id"` PermissionNames []string `description:"权限名称列表"` }