From 54c8f71af7ae37eb25a1ada27a98108595945030 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 20 Aug 2026 09:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=81=E5=88=A4=E8=A1=A8=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 1b9f72a09..543df9e3f 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -2508,6 +2508,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public TableQuestionType? QuestionGenre { get; set; } public string DictionaryCode { get; set; } = string.Empty; public ValueUnit? Unit { get; set; } + + public DataSources DataSource { get; set; } public string? CustomUnit { get; set; } public ValueOfType? ValueType { get; set; } public string ClassifyAlgorithms { get; set; } diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs index c9abeaf2a..883413591 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs @@ -236,6 +236,7 @@ namespace IRaCIS.Core.Application.Service QuestionGenre = x.QuestionGenre, DictionaryCode = x.DictionaryCode, Unit = x.Unit, + DataSource = x.DataSource, CustomUnit = x.CustomUnit, ValueType = x.ValueType,