From 6a6411dfb82bca3be157a3e870dc210652c1eeae Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 10 Sep 2024 10:16:25 +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 --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 6 ++++++ .../Reading/ReadingImageTask/ReadingJudgeTaskService.cs | 1 + 2 files changed, 7 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index bba7f9d64..13ff07419 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -1911,6 +1911,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public List AnswerGroup { get; set; } + + /// + /// 单位 + /// + public ValueUnit? Unit { get; set; } + /// /// 答案组合 /// diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs index cb5c0597f..742ff0a80 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs @@ -47,6 +47,7 @@ namespace IRaCIS.Application.Services DictionaryCode=x.DictionaryCode, JudgeType = x.JudgeType, Type=x.Type, + Unit= x.Unit, ReadingQuestionTrialId = x.Id, JudgeDifferenceValue= x.JudgeDifferenceValue, JudgeDifferenceType=x.JudgeDifferenceType,