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

This commit is contained in:
he
2024-10-24 09:40:14 +08:00
parent 558258fd89
commit ad01628e48
5 changed files with 24 additions and 59 deletions
@@ -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; }
}