Merge pull request #13267 from dataease/pr@dev-v2@perf_auth_ext
Pr@dev v2@perf auth ext
This commit is contained in:
commit
e8bb2d6fd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ core/core-frontend/src/assets/fsSvg.html
|
||||
/extensions/
|
||||
.vite/
|
||||
/core/backend/
|
||||
/classpath:substitule.json
|
||||
|
||||
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 22c1e179de038a2b117869ea4e4a7952d6b8824f
|
||||
Subproject commit cf0b8f353ffb88c1c00c92a1d6d44cfa3e38bd43
|
||||
@ -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