From b0ece8bcfe71ccc8c8406c330b2fb07725ff148d Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 22 Oct 2024 17:46:13 +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 | 1 - 1 file changed, 1 deletion(-) 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; } }