From 56e8721ce096af41dfb5ef90c593f548d1993776 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 8 Jun 2022 18:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reading/Dto/ClinicalDataServiceViewModel.cs | 10 ++++++---- IRaCIS.Core.Domain/Reading/ClinicalDataSystemSet.cs | 5 ----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs index 9563d4585..043a0b0f1 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ClinicalDataServiceViewModel.cs @@ -19,6 +19,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// 项目ID /// public Guid? TrialId { get; set; } + + /// + /// 是否勾选 + /// + public bool IsCheck { get; set; } } public class ClinicalDataSystemSetAddOrEdit @@ -49,10 +54,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public bool IsEnable { get; set; } - /// - /// 是否勾选 - /// - public bool IsCheck { get; set; } + } public class ClinicalDataView : ClinicalData diff --git a/IRaCIS.Core.Domain/Reading/ClinicalDataSystemSet.cs b/IRaCIS.Core.Domain/Reading/ClinicalDataSystemSet.cs index 500e03cc5..6806ce7bc 100644 --- a/IRaCIS.Core.Domain/Reading/ClinicalDataSystemSet.cs +++ b/IRaCIS.Core.Domain/Reading/ClinicalDataSystemSet.cs @@ -49,11 +49,6 @@ namespace IRaCIS.Core.Domain.Models /// public bool IsEnable { get; set; } - /// - /// 是否勾选 - /// - public bool IsCheck { get; set; } - }