导表签名bug
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-21 10:46:13 +08:00
parent f8cd361415
commit de6098013d
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; } public DateTime CreateTime { get; set; }
[DictionaryTranslateAttribute("YesOrNo")] [DictionaryTranslateAttribute("YesOrNo")]
public bool IsConfirmed { get; set; } public bool IsConfirmed => ConfirmTime != null;
public string RealName { get; set; } public string RealName { get; set; }