refactor(仪表板、数据大屏): 优化可视化资源树非发布状态查询权限

This commit is contained in:
wangjiahao
2025-04-03 17:37:30 +08:00
committed by 王嘉豪
parent eb286eeda5
commit 595c398fa0
10 changed files with 20 additions and 20 deletions

View File

@@ -21,5 +21,5 @@ public class BusiNodeRequest implements Serializable {
private String sortType;
private String resourceTable = CommonConstants.RESOURCE_TABLE.CORE;
private String resourceTable;
}