修改一版

Uat_Study
he 2022-06-23 13:23:20 +08:00
parent 97b01343d7
commit 6262e78955
1 changed files with 10 additions and 1 deletions

View File

@ -85,13 +85,22 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string QuestionName { get; set; } public string QuestionName { get; set; }
public string TypeValue { get; set; } public string TypeValue { get; set; }
/// <summary>
/// 裁判类别
/// </summary>
public JudgeTypeEnum JudgeType { get; set; } public JudgeTypeEnum JudgeType { get; set; }
/// <summary>
/// 答案分组
/// </summary>
public List<string> AnswerGroup { get; set; } public List<string> AnswerGroup { get; set; }
/// <summary>
/// 答案组合
/// </summary>
public List<AnswerCombinationDto> AnswerCombination { get; set; } public List<AnswerCombinationDto> AnswerCombination { get; set; }