Compare commits

..

2 Commits

Author SHA1 Message Date
hang a47b94e1a6 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
2023-12-21 15:27:21 +08:00
hang 505af40b7b 属性和字段有区别 2023-12-21 15:27:16 +08:00
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;
} }