feat(X-Pack): 新增数据源查看权限

This commit is contained in:
fit2cloud-chenyw
2024-12-18 22:04:26 +08:00
committed by dataeaseShu
parent 38d1ce5932
commit 010a55b3b4
3 changed files with 55 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
package io.dataease.constant;
public enum AuthEnum {
READ(1), EXPORT(4), EXPORT_VIEW(5), EXPORT_DETAIL(6), MANAGE(7), AUTH(9);
READ(1), USER(2), EXPORT(4), EXPORT_VIEW(5), EXPORT_DETAIL(6), MANAGE(7), AUTH(9);
private Integer weight;
public Integer getWeight() {