From 2b9ab0bf6842701a568b6d97991bfdd541ea612f Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Tue, 20 Sep 2022 13:54:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 2 +-
IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
index 2742892bb..9cb9b2f2d 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
@@ -1234,7 +1234,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
/// 字典code
///
- public string DictionaryCode { get; set; } = string.Empty;
+ public string DictionaryCode { get; set; }
///
diff --git a/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs b/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs
index ee72cdc31..b82df8c0c 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs
@@ -124,6 +124,12 @@ namespace IRaCIS.Core.Domain.Models
///
public string OrderMark { get; set; } = string.Empty;
+ ///
+ /// 字典code
+ ///
+ public string DictionaryCode { get; set; } = string.Empty;
+
+
///
/// 创建人
///