update 优化类型转换逻辑、删除冗余代码

This commit is contained in:
AprilWind
2025-06-20 10:24:46 +08:00
parent 3fa572f0a8
commit ffa01bdb3a
9 changed files with 77 additions and 84 deletions

View File

@ -52,14 +52,6 @@ public interface UserService {
*/
String selectEmailById(Long userId);
/**
* 通过用户ID查询用户详细信息
*
* @param userId 用户id
* @return 用户详细信息
*/
UserDTO selectUserDtoById(Long userId);
/**
* 通过用户ID查询用户列表
*