From b76ddf8bf43ef240d8cb9ce8412a01d894c4641f Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Wed, 28 Sep 2022 09:20:17 +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 | 6 ++++++
IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs | 1 +
2 files changed, 7 insertions(+)
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
index 4c12bd16c..861afd81e 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
@@ -135,6 +135,12 @@ namespace IRaCIS.Core.Application.ViewModel
///
public IsLymph IsLymphNodes { get; set; }
+
+ ///
+ /// 是否可编辑位置
+ ///
+ public bool IsCanEditPosition { get; set; }
+
///
/// 器官类型
///
diff --git a/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs b/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs
index 660170b70..c4e81a7ab 100644
--- a/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs
+++ b/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs
@@ -600,6 +600,7 @@ namespace IRaCIS.Core.Domain.Share
///
UpdateType = 3
}
+
public enum QuestionMark
{
///