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

IRC_NewDev
he 2023-12-21 16:23:44 +08:00
commit 40669a14fe
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ namespace IRaCIS.Core.Application.Contracts
[DictionaryTranslateAttribute("YesOrNo")] [DictionaryTranslateAttribute("YesOrNo")]
public bool IsSuccess { get; set; } public bool IsSuccess { get; set; }
public string Note = string.Empty; public string Note { get; set; } = string.Empty;
} }