diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 5690e70ac..cb440f51f 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -85,13 +85,22 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public string QuestionName { get; set; } + public string TypeValue { get; set; } + /// + /// 裁判类别 + /// public JudgeTypeEnum JudgeType { get; set; } + /// + /// 答案分组 + /// public List AnswerGroup { get; set; } - + /// + /// 答案组合 + /// public List AnswerCombination { get; set; }