doum
2025-09-19 d8c6b9f7dac473ca1684eff210e29f2c83bff8e7
server/system_service/src/main/java/com/doumee/biz/system/SystemMenuBiz.java
@@ -47,7 +47,7 @@
     * @author Eva.Caesar Liu
     * @date 2023/03/21 14:49
     */
    List<SystemMenuListVO> findTree();
    List<SystemMenuListVO> findTree(SystemMenu param);
    /**
     * 删除
@@ -62,4 +62,6 @@
     * @date 2023/03/21 14:49
     */
    void deleteByIdInBatch(List<Integer> ids);
    List<SystemMenu>  findTopList();
}