#
luxiaotao1123
2024-02-22 eecec8fbd91e0e37c51071982f8d16418a2ae9dc
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/mapper/RoleMenuMapper.java
@@ -17,4 +17,6 @@
    @InterceptorIgnore(tenantLine = "true")
    List<Menu> listMenuByUserId(@Param("userId") Long userId, @Param("type") Integer menuType);
    List<Long> listStrictlyMenuByRoleId(@Param("roleId") Long roleId);
}