ZQN
2025-05-19 0e12e4ab45db6768a0f45d8952f78b0ae9190723
project-system/src/main/java/com/project/system/mapper/SysUserMapper.java
@@ -151,4 +151,6 @@
     * @return 结果
     */
    int resetPhone(@Param("userId")Long userId, @Param("phone")String phone);
    List<SysUser> selectUserListCommon(SysUser user);
}