From 4e2b03000ddee30825db3fe701c9bc058d831775 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 18 Jul 2023 17:44:40 +0800 Subject: [PATCH] S-81 --- .../Service/Reading/Dto/ClinicalDataServiceViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs index 8e0dd533f..fd279e1a1 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs @@ -16,7 +16,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 是否应用 /// - public bool IsApply { get; set; } = false; + public bool? IsApply { get; set; } /// /// 名称