From c3f33a281231e3ecec3e0ca179ee3fe9c5a57ef6 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Mon, 26 Sep 2022 17:51:06 +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/ReadingQuestionCriterionTrial.cs | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs
index 3260fa297..94d149b84 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs
@@ -77,13 +77,16 @@ namespace IRaCIS.Core.Domain.Models
///
public int? DigitPlaces { get; set; } = 2;
-
-
///
/// 评估结果
///
public string EvaluationResult { get; set; } = string.Empty;
+ ///
+ /// 全局阅片评估更新类型
+ ///
+ public string GlobalUpdateType { get; set; } = string.Empty;
+
///
/// 评估原因
///