修改监控导出
continuous-integration/drone/push Build is passing Details

Uat_Study
hang 2024-01-03 15:39:43 +08:00
parent d209a8de4d
commit 082998da09
1 changed files with 1 additions and 1 deletions

View File

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