ZQN
2025-03-25 0166044275aefa9bbcf23e40ab7a2280fd43af52
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);
}