This commit is contained in:
he
2022-10-19 14:28:29 +08:00
parent 72935c89d8
commit 6bfbcd7d2c
5 changed files with 115 additions and 38 deletions
@@ -889,6 +889,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string TypeValue { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType? QuestionGenre { get; set; }
/// <summary>
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 裁判类别
/// </summary>
@@ -41,6 +41,8 @@ namespace IRaCIS.Application.Services
QuestionName = x.QuestionName,
PageName = x.ReadingCriterionPage.PageName,
TypeValue = x.TypeValue,
QuestionGenre=x.QuestionGenre,
DictionaryCode=x.DictionaryCode,
JudgeType = x.JudgeType,
ReadingQuestionTrialId = x.Id
}).ToListAsync();