Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-21 12:18:36 +08:00
commit 71fb1eac6b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime CreateTime { get; set; }
[DictionaryTranslateAttribute("YesOrNo")]
public bool IsConfirmed { get; set; }
public bool IsConfirmed => ConfirmTime != null;
public string RealName { get; set; }