From ede9e552ebbada99f8198d8dbf76edf6ae49c166 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 28 Jun 2022 16:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 381d4d974..0ec9ad81c 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -81,10 +81,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public Guid ReadingQuestionTrialId { get; set; } - [NotDefault] + public List AnswerGroup { get; set; } - [NotDefault] + public List AnswerCombination { get; set; }