修改导表提示
continuous-integration/drone/push Build is passing Details

hang 2024-08-23 17:17:41 +08:00
parent 62757d7506
commit 9f775df00c
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ namespace IRaCIS.Core.Application.Contracts
public string Content { get; set; } = string.Empty;
[DictionaryTranslateAttribute("YesOrNo")]
[DictionaryTranslateAttribute("ChallengeIsClosed")]
public bool IsClosed { get; set; }
public DateTime? ClosedTime { get; set; }