mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
perf(X-Pack): 权限配置-增加独立权限节点
This commit is contained in:
parent
0bf5f1ee94
commit
5f17ed6c37
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 22928ead8f23a94c5dc96fdf35ce4ac2f49fe856
|
||||
Subproject commit 9b96136877d95f5e02477002cdbe513c9fecfc59
|
@ -25,4 +25,6 @@ public class PermissionItem implements Serializable {
|
||||
private DataSetColumnPermissionsDTO columnPermissions;
|
||||
@Schema(description = "行权限")
|
||||
private DataSetRowPermissionsTreeDTO rowPermissions;
|
||||
@Schema(description = "独立权重")
|
||||
private int ext;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user