refactor(仪表板、数据大屏): 优化发布权限

This commit is contained in:
wangjiahao
2025-03-27 13:58:14 +08:00
committed by 王嘉豪
parent 09f4e25438
commit f0ed6cb603
9 changed files with 57 additions and 4 deletions

View File

@@ -14,4 +14,5 @@ public class BusiResourceEditor implements Serializable {
private String name;
private String flag;
private int extraFlag;
private int extraFlag1 = 0;
}