diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 99ef6e9f4..a8f9b8776 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -464,7 +464,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto [Comment("导出结果")] public string ExportResultStr { get; set; } = "[]"; - [NotMapped] public List ExportResult { get; set; } }