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;
+
+
///
/// 创建人
///