修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-01-12 16:51:09 +08:00
parent 56cab93554
commit 088be2f1a5
2 changed files with 6 additions and 5 deletions
@@ -42,9 +42,9 @@ namespace IRaCIS.Core.Application.Contracts
public Guid? ConfirmUserId { get; set; }
public bool IsConfirmed => ConfirmTime is not null;
public bool IsConfirmed { get; set; }
public string UserName { get; set; } = string.Empty;
public string UserName { get; set; } = string.Empty;
public string RealName { get; set; } = string.Empty;