修改 isbaseLine 为可空

Test.EIImageViewer
hang 2023-02-24 09:11:14 +08:00
parent 7e831fcedb
commit 5fa60d16b6
1 changed files with 1 additions and 1 deletions

View File

@ -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")]