From 438474406abbbb8954747e12394f9465a01bb7f4 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 3 Aug 2022 16:07:41 +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 --- .../Service/Reading/Dto/ReadingQuestionViewModel.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 803221f58..e75de1f35 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; }