From 47342540f9f8b28c1ed3bb44d3c892668d5f16d3 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Tue, 16 Aug 2022 17:27:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Reading/Dto/OrganInfoViewModel.cs | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
index daec6d9de..3f36f28a0 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
@@ -63,10 +63,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid CreateUserId { get; set; }
- ///
- /// 类型枚举
- ///
- public OrganType OrganType { get; set; }
+
///
/// 是否关联
@@ -77,10 +74,7 @@ namespace IRaCIS.Core.Application.ViewModel
public class GetTrialSelectOrganListInDto
{
public Guid TrialId { get; set; }
- ///
- /// 类型枚举
- ///
- public OrganType? OrganType { get; set; }
+
}
public class GetTrialOrganListInDto
@@ -117,13 +111,7 @@ namespace IRaCIS.Core.Application.ViewModel
///OrganInfoQuery 列表查询参数模型
public class OrganInfoQuery
{
-
- ///
- /// 类型枚举
- ///
- public OrganType? OrganType { get; set; }
-
-
+
public Guid? CriterionNidusId { get; set; }
}