Uat_Study
parent
d28d8e0592
commit
8dff5c30c6
|
@ -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>
|
||||
/// 分页标准
|
||||
|
|
Loading…
Reference in New Issue