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
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

View File

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