修改 isbaseLine 为可空

This commit is contained in:
2023-02-24 09:11:14 +08:00
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")]