mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
feat(X-Pack): 新增数据源查看权限
This commit is contained in:
committed by
dataeaseShu
parent
38d1ce5932
commit
010a55b3b4
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user