属性和字段有区别

IRC_NewDev
hang 2023-12-21 15:27:16 +08:00
parent 98ea3d1a92
commit 505af40b7b
1 changed files with 1 additions and 1 deletions

View File

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