From 6e1c6fbc49f8915ac4adb6c1ca488ff48e8e0f1f Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 22 Sep 2023 16:13:39 +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/ReadingImageTaskViewModel.cs | 2 +- .../Reading/ReadingFormAnswer/ReadingTaskQuestionMark.cs | 2 +- 2 files 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 9753770bc..0e1a1a45f 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -1037,7 +1037,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public QuestionType? QuestionType { get; set; } - public string? OrderMark { get; set; } = string.Empty; + public string? OrderMarkName { get; set; } = string.Empty; } public class GetReadingQuestionAndAnswerInDto { diff --git a/IRaCIS.Core.Domain/Reading/ReadingFormAnswer/ReadingTaskQuestionMark.cs b/IRaCIS.Core.Domain/Reading/ReadingFormAnswer/ReadingTaskQuestionMark.cs index 297641640..a4e28b519 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingFormAnswer/ReadingTaskQuestionMark.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingFormAnswer/ReadingTaskQuestionMark.cs @@ -82,7 +82,7 @@ namespace IRaCIS.Core.Domain.Models public QuestionType? QuestionType { get; set; } - public string? OrderMark { get; set; } = string.Empty; + public string? OrderMarkName { get; set; } = string.Empty; }