mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【底座】完善SysOrgApi和BizOrgApi
This commit is contained in:
@@ -32,7 +32,7 @@ public interface BizOrgApi {
|
||||
* @author yubaoshan
|
||||
* @date 2024/11/1 18:27:51
|
||||
**/
|
||||
List<JSONObject> orgTreeSelector(String parentId);
|
||||
List<JSONObject> orgTreeSelector(String parentId, String searchKey);
|
||||
|
||||
/**
|
||||
* 获取组织列表选择器
|
||||
@@ -40,5 +40,5 @@ public interface BizOrgApi {
|
||||
* @author yubaoshan
|
||||
* @date 2024/11/1 18:27:51
|
||||
**/
|
||||
Page<JSONObject> orgListSelector(String parentId);
|
||||
Page<JSONObject> orgListSelector(String parentId, String searchKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user