【更新】机构大数据完善与登录优化(待验证)

This commit is contained in:
xuyuxiang
2026-03-05 01:09:49 +08:00
parent 1c34adb32a
commit fbcd0af1d2
81 changed files with 636 additions and 1045 deletions

View File

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