huliguo
10 天以前 e3a2245265516fef78b4737d6fffc939e7c5e0af
pt-system/src/main/java/com/ruoyi/system/mapper/SysMenuMapper.java
@@ -128,4 +128,8 @@
    List<MenuTreeVO> getAllRootMenu();
    List<MenuTreeVO> selectMenusByParentId(@Param("menuId") Long menuId);
    List<SysMenu> selectMenusByUserId(@Param("userId")Long userId);
    List<String> getPathsByMenuIds(@Param("ids")List<Long> ids);
}