From b7f53f4036ba268361d9f54a9a8edb3698c92a79 Mon Sep 17 00:00:00 2001 From: Hewt <109787524@qq.com> Date: Tue, 24 Mar 2026 14:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=A0=87=E8=AE=B0=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingQuestionViewModel.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 65a79cae4..4a9f8398e 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -988,6 +988,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public ImageMark? ImageMarkEnum { get; set; } + /// + /// 影像标记类型 + /// + public ImageMarkType? ImageMarkTypeEnum { get; set; } + public string QuestionGroupName { get; set; } public string QuestionGroupEnName { get; set; }