feat(仪表板): 新增下拉树接口

This commit is contained in:
junjun 2024-07-02 14:45:24 +08:00
parent 76d8c78c5c
commit 4d9cc0efd2

View File

@ -19,4 +19,9 @@ public class ProviderFactory {
}
return SpringContextUtil.getApplicationContext().getBean(type + "DsProvider", Provider.class);
}
public static Provider getDefaultProvider() {
return SpringContextUtil.getApplicationContext().getBean("calciteProvider", Provider.class);
}
}