17808
2023-11-09 c851c6340b9e804e0da30b5ccfaa06d20636a237
src/main/java/com/mindskip/xzs/viewmodel/student/dashboard/PaperFilter.java
@@ -6,7 +6,7 @@
public class PaperFilter {
    private Integer userId;
    private Date dateTime;
    private Integer examPaperType;
    private Integer[] examPaperType;
    private Integer gradeLevel;
    private Integer subjectId;
@@ -27,11 +27,11 @@
        this.dateTime = dateTime;
    }
    public Integer getExamPaperType() {
    public Integer[] getExamPaperType() {
        return examPaperType;
    }
    public void setExamPaperType(Integer examPaperType) {
    public void setExamPaperType(Integer[] examPaperType) {
        this.examPaperType = examPaperType;
    }