diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 65a79cae4..4a9f8398e 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -988,6 +988,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public ImageMark? ImageMarkEnum { get; set; } + /// + /// 影像标记类型 + /// + public ImageMarkType? ImageMarkTypeEnum { get; set; } + public string QuestionGroupName { get; set; } public string QuestionGroupEnName { get; set; }