[修改bug]

This commit is contained in:
2024-02-16 22:08:52 +08:00
parent 98cf2adf92
commit 6419fa6e61
2 changed files with 3 additions and 1 deletions
@@ -42,7 +42,7 @@ 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;