diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
index 46e629946..56f8763e5 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
@@ -905,6 +905,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
public Guid? ParentId { get; set; }
+ ///
+ /// 数据列
+ ///
+ public string DataTableColumn { get; set; } = string.Empty;
+
///
/// 类型值
///
diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
index 212710563..26b03751e 100644
--- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs
@@ -1061,7 +1061,8 @@ namespace IRaCIS.Application.Services
RelevanceValue=x.RelevanceValue,
ImageCount = 0,
ParentId = item.Id,
- LesionType= item.LesionType,
+ DataTableColumn= x.DataTableColumn,
+ LesionType = item.LesionType,
QuestionName = x.QuestionName,
Remark = x.Remark,