修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-10-24 10:22:51 +08:00
parent ad01628e48
commit a7cfc1714a
3 changed files with 31 additions and 9 deletions
@@ -1574,7 +1574,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetCalculateQuestionsOutDto: ReadingQuestionSystemView
{
public List<ReadingTableQuestionSystemView> TableQuestions { get; set; }
public List<ReadingTableQuestionTrial> TableQuestions { get; set; }
}
public class GetSystemCalculateQuestionsOutDto : ReadingQuestionSystemView
{
public List<ReadingTableQuestionSystem> TableQuestions { get; set; }
}