This commit is contained in:
he
2022-09-20 11:11:48 +08:00
parent e5f57faf36
commit 1c4323a56c
5 changed files with 65 additions and 5 deletions
@@ -462,6 +462,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string GroupName { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
/// <summary>
/// 字典code
@@ -595,6 +599,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string GroupName { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
/// <summary>
/// 字典code
/// </summary>
@@ -908,6 +918,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid? Id { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
/// <summary>
/// 系统标准Id
/// </summary>
@@ -1032,6 +1047,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid ReadingQuestionCriterionTrialId { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
/// <summary>
/// 字典code