用户修改

This commit is contained in:
2025-12-09 17:01:34 +08:00
parent 5d8d1dd320
commit e242ff172c
14 changed files with 67 additions and 56 deletions

View File

@@ -65,7 +65,7 @@ public interface SysUserService {
* @author yslg
* @since 2025-11-05
*/
ResultDomain<TbSysUserDTO> getLoginUser(TbSysUserDTO filter);
ResultDomain<SysUserVO> getLoginUser(SysUserVO filter);
/**
* @description 根据条件查询用户列表

View File

@@ -37,6 +37,9 @@ public class SysUserVO extends BaseVO {
@Schema(description = "手机")
private String phone;
@Schema(description = "手机号哈希码")
private String phoneHash;
@Schema(description = "微信ID")
private String wechatId;