This commit is contained in:
he
2022-09-20 11:43:17 +08:00
parent d28d8e0592
commit 8dff5c30c6
4 changed files with 7 additions and 7 deletions
@@ -465,7 +465,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// 字典code
@@ -603,7 +603,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// 字典code
@@ -921,7 +921,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// 系统标准Id
@@ -1050,7 +1050,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
+1 -1
View File
@@ -590,7 +590,7 @@ namespace IRaCIS.Core.Domain.Share
Tumor = 13,
/// <summary>
/// 整体评估调整原因
/// 访视点备注
/// </summary>
AdjustReason = 14,
}
@@ -132,7 +132,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
public TableQuestionType? QuestionGenre { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionCriterionSystemId")]
@@ -171,7 +171,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// 分页标准