From afbc43b83f8c3bbd796d1e7f60710648abf73ea9 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 9 Jan 2025 11:22:53 +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 --- IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 8 ++++++++ .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 9dada41a6..d9b0e9d5f 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -12059,6 +12059,14 @@ + + + 删除单个表格问题标记 + + + + + 删除表格问题标记 diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index d3f69c025..600e111b2 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -510,7 +510,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public class TableQuestionMark: SaveTableQuestionMarkInDto { - + public Guid? Id { get; set; } + public new Guid? TableQuestionId { get; set; } public new decimal? RowIndex { get; set; }