修改一版

This commit is contained in:
he
2022-07-07 13:47:27 +08:00
parent 7a89211ef9
commit 60c67f7828
2 changed files with 16 additions and 0 deletions
@@ -471,6 +471,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid SubjectId { get; set; }
public List<JudgeInfo> JudgeInfoList { get; set; }
}
public class JudgeInfo
{
public string QuestionName { get; set; }
public string Answer { get; set; }
}
}