修改
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
/// 分页标准
|
||||
|
||||
Reference in New Issue
Block a user