Merge pull request #13267 from dataease/pr@dev-v2@perf_auth_ext

Pr@dev v2@perf auth ext
This commit is contained in:
Junjun 2024-11-12 17:41:18 +08:00 committed by GitHub
commit e8bb2d6fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -51,3 +51,4 @@ core/core-frontend/src/assets/fsSvg.html
/extensions/
.vite/
/core/backend/
/classpath:substitule.json

@ -1 +1 @@
Subproject commit 22c1e179de038a2b117869ea4e4a7952d6b8824f
Subproject commit cf0b8f353ffb88c1c00c92a1d6d44cfa3e38bd43

View File

@ -25,4 +25,6 @@ public class PermissionItem implements Serializable {
private DataSetColumnPermissionsDTO columnPermissions;
@Schema(description = "行权限")
private DataSetRowPermissionsTreeDTO rowPermissions;
@Schema(description = "独立权重")
private int ext;
}