Uat_Study
parent
d28d8e0592
commit
8dff5c30c6
|
@ -465,7 +465,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType QuestionGenre { get; set; }
|
public TableQuestionType? QuestionGenre { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 字典code
|
/// 字典code
|
||||||
|
@ -603,7 +603,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType QuestionGenre { get; set; }
|
public TableQuestionType? QuestionGenre { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 字典code
|
/// 字典code
|
||||||
|
@ -921,7 +921,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType QuestionGenre { get; set; }
|
public TableQuestionType? QuestionGenre { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 系统标准Id
|
/// 系统标准Id
|
||||||
|
@ -1050,7 +1050,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType QuestionGenre { get; set; }
|
public TableQuestionType? QuestionGenre { get; set; }
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -590,7 +590,7 @@ namespace IRaCIS.Core.Domain.Share
|
||||||
Tumor = 13,
|
Tumor = 13,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 整体评估调整原因
|
/// 访视点备注
|
||||||
/// </summary>
|
/// </summary>
|
||||||
AdjustReason = 14,
|
AdjustReason = 14,
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,7 +132,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType QuestionGenre { get; set; }
|
public TableQuestionType? QuestionGenre { get; set; }
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[ForeignKey("ReadingQuestionCriterionSystemId")]
|
[ForeignKey("ReadingQuestionCriterionSystemId")]
|
||||||
|
|
|
@ -171,7 +171,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TableQuestionType QuestionGenre { get; set; }
|
public TableQuestionType? QuestionGenre { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 分页标准
|
/// 分页标准
|
||||||
|
|
Loading…
Reference in New Issue