代码修改

This commit is contained in:
he
2024-01-31 10:18:23 +08:00
parent 2f224047bc
commit bf54bcfd9b
2 changed files with 118 additions and 3 deletions
@@ -22,6 +22,11 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class GetSplitPPdInDto
{
public Guid RowId { get; set; }
}
public class ReadingTaskQuestionAnswerDto : ReadingTaskQuestionAnswer
{
public QuestionType QuestionType { get; set; }