17808
2023-11-01 9a3284f88a52411db022edc686390c0dd8a1823e
src/main/java/com/mindskip/xzs/viewmodel/student/exampaper/ExamPaperAnswerPageResponseVM.java
@@ -32,6 +32,8 @@
    private Double avgSource;
    private Integer counts;
    public Integer getId() {
        return id;
    }
@@ -151,4 +153,11 @@
    public void setAvgSource(Double avgSource) {
        this.avgSource = avgSource;
    }
    public Integer getCounts() {
        return counts;
    }
    public void setCounts(Integer counts) {
        this.counts = counts;
    }
}