weimingfei
3 天以前 9958c9393c8c3a5e2350fa9023e14cbbf74b0d9a
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();
}