Uat_Study
he 2022-08-29 14:48:27 +08:00
parent 7b4db3b388
commit cf4206e0fc
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class TableQuestionTrial:ReadingTableQuestionTrial public class TableQuestionTrial:ReadingTableQuestionTrial
{ {
public List<GetTrialReadingQuestionOutDto> RelationQuestions { get; set; } public List<GetTrialReadingQuestionOutDto> RelationQuestions { get; set; } = new List<GetTrialReadingQuestionOutDto>();
} }