diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
index 803221f5..e75de1f3 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
@@ -278,6 +278,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 关联Value
///
public string RelevanceValue { get; set; } = string.Empty;
+
+
+ ///
+ /// 图片数量
+ ///
+ public int ImageCount { get; set; } = 0;
}
public class ReadingQuestionSystemView
@@ -677,6 +683,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 关联Value
///
public string RelevanceValue { get; set; } = string.Empty;
+
+
+ ///
+ /// 图片数量
+ ///
+ public int ImageCount { get; set; } = 0;
}