【机构】机构增加缓存、异步树

This commit is contained in:
俞宝山
2026-02-10 23:28:20 +08:00
parent 0cded6758a
commit 62eeabfdb4
56 changed files with 1413 additions and 297 deletions

View File

@@ -34,6 +34,14 @@ public interface BizOrgApi {
**/
List<Tree<String>> orgTreeSelector();
/**
* 获取组织树选择器(懒加载)
*
* @author yubaoshan
* @date 2024/11/1 18:27:51
**/
List<JSONObject> orgTreeLazySelector(String parentId);
/**
* 获取组织列表选择器
*