From 6f05a9e456ebde8168a335aa3888154dbf53c13a Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 29 Apr 2026 13:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 2 ++ .../Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs | 1 + 2 files changed, 3 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 0424dbcb8..30a716503 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -2217,6 +2217,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public ValueUnit? Unit { get; set; } + public string CustomUnit { get; set; } = string.Empty; + /// /// 答案组合 /// diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs index 8a43614ff..f1a7a81ff 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs @@ -45,6 +45,7 @@ namespace IRaCIS.Core.Application.Service Type = x.Type, ShowOrder= x.ShowOrder, Unit = x.Unit, + CustomUnit= x.CustomUnit, ReadingQuestionTrialId = x.Id, JudgeDifferenceValue = x.JudgeDifferenceValue, JudgeDifferenceType = x.JudgeDifferenceType,