属性和字段有区别
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user