修改
This commit is contained in:
@@ -78,6 +78,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public string QuestionName { get; set; }
|
||||
|
||||
public string TypeValue { get; set; }
|
||||
|
||||
public string AnswerGroup { get; set; }
|
||||
|
||||
|
||||
|
||||
@@ -172,6 +172,7 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
AnswerGroup = x.AnswerGroup,
|
||||
QuestionName = x.QuestionName,
|
||||
TypeValue =x.TypeValue,
|
||||
ReadingQuestionTrialId = x.Id
|
||||
|
||||
}).ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user