修改 isbaseLine 为可空
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user