mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【机构】机构增加缓存、异步树
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
* 获取组织列表选择器
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user