src/main/java/com/mindskip/xzs/viewmodel/student/exampaper/ExamPaperAnswerPageResponseVM.java
@@ -30,6 +30,10 @@ private String userName; private Double avgSource; private Integer counts; public Integer getId() { return id; } @@ -142,4 +146,18 @@ this.userName = userName; } public Double getAvgSource() { return avgSource; } public void setAvgSource(Double avgSource) { this.avgSource = avgSource; } public Integer getCounts() { return counts; } public void setCounts(Integer counts) { this.counts = counts; } }