From 7be9e1f71bbcb6761c74cc0047e7d6a4ed5b803e Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 25 Nov 2022 11:11:10 +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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs index 16d130630..f62054d6a 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs @@ -90,8 +90,11 @@ namespace IRaCIS.Core.Application.ViewModel /// 器官类型 /// public OrganType OrganType { get; set; } - public DateTime CreateTime { get; set; } - public Guid CreateUserId { get; set; } + + /// + /// 是否是系统标准 + /// + public bool IsSystemCriterion { get; set; } = true; public bool CriterionNidus { get; set; } }