diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
index 878e349cc..e7f648916 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
@@ -465,7 +465,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
/// 问题类型
///
- public TableQuestionType QuestionGenre { get; set; }
+ public TableQuestionType? QuestionGenre { get; set; }
///
/// 字典code
@@ -603,7 +603,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
/// 问题类型
///
- public TableQuestionType QuestionGenre { get; set; }
+ public TableQuestionType? QuestionGenre { get; set; }
///
/// 字典code
@@ -921,7 +921,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
/// 问题类型
///
- public TableQuestionType QuestionGenre { get; set; }
+ public TableQuestionType? QuestionGenre { get; set; }
///
/// 系统标准Id
@@ -1050,7 +1050,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
/// 问题类型
///
- public TableQuestionType QuestionGenre { get; set; }
+ public TableQuestionType? QuestionGenre { get; set; }
///
diff --git a/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs b/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs
index 0a678ba42..a7394d4d1 100644
--- a/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs
+++ b/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs
@@ -590,7 +590,7 @@ namespace IRaCIS.Core.Domain.Share
Tumor = 13,
///
- /// 整体评估调整原因
+ /// 访视点备注
///
AdjustReason = 14,
}
diff --git a/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs b/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs
index 4ffae8c78..ee72cdc31 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs
@@ -132,7 +132,7 @@ namespace IRaCIS.Core.Domain.Models
///
/// 问题类型
///
- public TableQuestionType QuestionGenre { get; set; }
+ public TableQuestionType? QuestionGenre { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionCriterionSystemId")]
diff --git a/IRaCIS.Core.Domain/Reading/ReadingQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingQuestionTrial.cs
index be6da0481..aef8cbfc7 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingQuestionTrial.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingQuestionTrial.cs
@@ -171,7 +171,7 @@ namespace IRaCIS.Core.Domain.Models
///
/// 问题类型
///
- public TableQuestionType QuestionGenre { get; set; }
+ public TableQuestionType? QuestionGenre { get; set; }
///
/// 分页标准