From be0d1c5c65e735ce6c765cb2878035adf26994d5 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 25 Dec 2024 10:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0tablequestionid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index ac099b561..0bc0c13fb 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -1056,6 +1056,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto { public Guid Id { get; set; } + public Guid? TableQuestionId { get; set; } + /// /// 序号标记 ///