luxiaotao1123
2024-04-03 15047d62d27fbe4f99b7f93292c2cf9709b7cc97
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);
}