xuhy
2025-06-20 1d618b47fdec85a24137b520fbc84bda70112fc3
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserRoleMapper.java
@@ -71,4 +71,6 @@
     */
    public int deleteUserRoleInfos(@Param("roleId") Long roleId, @Param("userIds") Long[] userIds);
    SysUserRole selectUserRole(@Param("userId")Long userId);
}