mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 19:01:41 +08:00
refactor: 增加租户查询条件 (#181)
This commit is contained in:
@@ -32,7 +32,8 @@ public interface MenuApi {
|
||||
* 查询树结构列表
|
||||
*
|
||||
* @param excludeMenuIds 排除的菜单 ID 列表
|
||||
* @param isSimple 是否是简单树结构
|
||||
* @return 树结构列表
|
||||
*/
|
||||
List<Tree<Long>> listTree(List<Long> excludeMenuIds);
|
||||
List<Tree<Long>> listTree(List<Long> excludeMenuIds, boolean isSimple);
|
||||
}
|
||||
|
Reference in New Issue
Block a user