Uat_Study
he 2022-06-20 17:52:04 +08:00
parent 0fdfce06cd
commit e2ee5412be
2 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string QuestionName { get; set; } public string QuestionName { get; set; }
public string TypeValue { get; set; }
public string AnswerGroup { get; set; } public string AnswerGroup { get; set; }

View File

@ -172,6 +172,7 @@ namespace IRaCIS.Application.Services
{ {
AnswerGroup = x.AnswerGroup, AnswerGroup = x.AnswerGroup,
QuestionName = x.QuestionName, QuestionName = x.QuestionName,
TypeValue =x.TypeValue,
ReadingQuestionTrialId = x.Id ReadingQuestionTrialId = x.Id
}).ToListAsync(); }).ToListAsync();