修改 isbaseLine 为可空
parent
7e831fcedb
commit
5fa60d16b6
|
@ -740,7 +740,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
|
||||
|
||||
public bool IsBaseline { get; set; }
|
||||
public bool? IsBaseline { get; set; }
|
||||
|
||||
|
||||
[DictionaryTranslateAttribute("ExistDisease", nameof(SelftAnalysisExport.IsBaseline), "true")]
|
||||
|
|
Loading…
Reference in New Issue