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; }
}