src/main/java/com/mindskip/xzs/domain/ExamPaperAnswerInfo.java
@@ -7,6 +7,15 @@ public ExamPaper examPaper; public ExamPaperAnswer examPaperAnswer; public List<ExamPaperQuestionCustomerAnswer> examPaperQuestionCustomerAnswers; public Integer templateId; public Integer getTemplateId() { return templateId; } public void setTemplateId(Integer templateId) { this.templateId = templateId; } public ExamPaper getExamPaper() { return examPaper;