匿名邮箱修改密码

This commit is contained in:
2022-04-06 15:29:32 +08:00
parent 30f912a6a0
commit 512a4591af
6 changed files with 187 additions and 341 deletions
@@ -173,6 +173,17 @@ namespace IRaCIS.Application.Contracts
public string OldPassWord { get; set; } = string.Empty;
}
public class UserAccountDto
{
public Guid UserId { get; set; }
public string UserName { get; set; } = string.Empty;
public string UserRealName { get; set; } = string.Empty;
}
public class UserListQueryDTO : PageInput
{
public string UserName { get; set; } = string.Empty;