获取资源权限添加resourceId与resourceType字段
This commit is contained in:
parent
d7ea7de0ad
commit
b507348d93
@ -31,6 +31,10 @@ public class ListPermissionFromRoleGroupResp {
|
|||||||
*/
|
*/
|
||||||
private Long teamOuId;
|
private Long teamOuId;
|
||||||
|
|
||||||
|
private Long resourceId;
|
||||||
|
|
||||||
|
private Integer resourceType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 分类名称
|
* 分类名称
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -111,6 +111,7 @@
|
|||||||
t5.ou_id ouId,
|
t5.ou_id ouId,
|
||||||
t5.workspace_Id workspaceId,
|
t5.workspace_Id workspaceId,
|
||||||
t5.resource_id teamOuId,
|
t5.resource_id teamOuId,
|
||||||
|
t5.resource_id resourceId,
|
||||||
t5.resource_type resourceType,
|
t5.resource_type resourceType,
|
||||||
t1.category_code categoryCode,
|
t1.category_code categoryCode,
|
||||||
t1.name roleGroupName,
|
t1.name roleGroupName,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user