Uat_Study
he 2022-10-28 17:27:34 +08:00
parent 69f3072a05
commit 711e74e33e
2 changed files with 7 additions and 1 deletions

View File

@ -776,6 +776,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary> /// </summary>
public string DictionaryCode { get; set; } = string.Empty; public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 全局阅片显示类型
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
/// <summary> /// <summary>
/// 问题类型 /// 问题类型
/// </summary> /// </summary>

View File

@ -119,7 +119,7 @@ namespace IRaCIS.Application.Services
QuestionType = y.ReadingQuestionTrial.QuestionType, QuestionType = y.ReadingQuestionTrial.QuestionType,
QuestionGenre = y.ReadingQuestionTrial.QuestionGenre, QuestionGenre = y.ReadingQuestionTrial.QuestionGenre,
DictionaryCode = y.ReadingQuestionTrial.DictionaryCode, DictionaryCode = y.ReadingQuestionTrial.DictionaryCode,
GlobalReadingShowType=y.ReadingQuestionTrial.GlobalReadingShowType,
AnswerCombination = y.ReadingQuestionTrial.AnswerCombination, AnswerCombination = y.ReadingQuestionTrial.AnswerCombination,
JudgeType = y.ReadingQuestionTrial.JudgeType, JudgeType = y.ReadingQuestionTrial.JudgeType,
@ -153,6 +153,7 @@ namespace IRaCIS.Application.Services
QuestionType = lr.question.QuestionType, QuestionType = lr.question.QuestionType,
QuestionGenre = lr.question.QuestionGenre, QuestionGenre = lr.question.QuestionGenre,
DictionaryCode = lr.question.DictionaryCode, DictionaryCode = lr.question.DictionaryCode,
GlobalReadingShowType = lr.question.GlobalReadingShowType,
Type = lr.question.Type, Type = lr.question.Type,
GlobalAnswerType = GlobalAnswerType.Question, GlobalAnswerType = GlobalAnswerType.Question,
AnswerGroup = lr.question.AnswerGroup, AnswerGroup = lr.question.AnswerGroup,