文档枚举

This commit is contained in:
2022-05-31 10:40:34 +08:00
parent a76cc7a6d6
commit dbb25ed313
2 changed files with 9 additions and 0 deletions
@@ -42,6 +42,8 @@ namespace IRaCIS.Core.Application.Contracts
public Guid? ConfirmUserId { get; set; }
public bool IsConfirmed => ConfirmTime is not null;
public string UserName { get; set; } = string.Empty;
public string RealName { get; set; } = string.Empty;