添加用户 重新发送邮件
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-08 09:50:25 +08:00
parent f513829c94
commit 62fafeb7d2
5 changed files with 58 additions and 0 deletions
@@ -230,6 +230,15 @@ namespace IRaCIS.Application.Contracts
}
public class NewUserSendEmailCommand
{
public Guid IdentityUserId { get; set; }
public string BaseUrl { get; set; } = string.Empty;
public string RouteUrl { get; set; } = string.Empty;
}
public class IdentityUserTypeDTO : UserAddUserType
{
public Guid Id { get; set; }
@@ -312,6 +321,8 @@ namespace IRaCIS.Application.Contracts
{
//public bool CanEditUserType { get; set; }
public bool IsFirstAdd { get; set; }
public DateTime? LastLoginTime { get; set; }
public DateTime CreateTime { get; set; }