@@ -1571,13 +1571,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public bool IsJudgeQuestion { get; set; }
|
||||
}
|
||||
|
||||
public class GetCalculateQuestionsOutDto
|
||||
public class GetCalculateQuestionsOutDto: ReadingQuestionSystemView
|
||||
{
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
public string QuestionName { get; set; }
|
||||
|
||||
public List<CalculateQuestion> TableQuestions { get; set; }
|
||||
public List<ReadingTableQuestionSystemView> TableQuestions { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user