From 8dff5c30c6dba0c176d1f5a29668a8e8e19977bd Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Tue, 20 Sep 2022 11:43:17 +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 | 8 ++++----
IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs | 2 +-
IRaCIS.Core.Domain/Reading/ReadingQuestionSystem.cs | 2 +-
IRaCIS.Core.Domain/Reading/ReadingQuestionTrial.cs | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
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; }
///
/// 分页标准