获取资源权限添加resourceId与resourceType字段

This commit is contained in:
TanJ 2024-02-22 11:42:47 +08:00
parent d7ea7de0ad
commit b507348d93
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,10 @@ public class ListPermissionFromRoleGroupResp {
*/
private Long teamOuId;
private Long resourceId;
private Integer resourceType;
/**
* 分类名称
*/

View File

@ -111,6 +111,7 @@
t5.ou_id ouId,
t5.workspace_Id workspaceId,
t5.resource_id teamOuId,
t5.resource_id resourceId,
t5.resource_type resourceType,
t1.category_code categoryCode,
t1.name roleGroupName,