[修改签名状态]

IRC_NewDev
hang 2024-02-16 21:39:57 +08:00
parent 5660d2e83b
commit 98cf2adf92
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ namespace IRaCIS.Core.Application.Contracts
public Guid? ConfirmUserId { get; set; } public Guid? ConfirmUserId { get; set; }
public bool IsConfirmed { get; set; } public bool IsConfirmed => ConfirmTime is not null;
public string UserName { get; set; } = string.Empty; public string UserName { get; set; } = string.Empty;
public string RealName { get; set; } = string.Empty; public string RealName { get; set; } = string.Empty;