Uat_Study
he 2022-09-20 13:43:18 +08:00
parent 8dff5c30c6
commit 6f112a07f9
1 changed files with 12 additions and 0 deletions

View File

@ -1225,6 +1225,18 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid ReadingQuestionCriterionSystemId { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 类型
/// </summary>