qirong
2023-08-17 81dfe248054eaa3c2751ba32576f48598adcd04f
src/main/java/com/mindskip/xzs/viewmodel/admin/exam/ExamPaperEditRequestVM.java
@@ -47,6 +47,7 @@
    private Integer aggregateSource;
    private Integer[][] userId;
    private String type;
@@ -169,4 +170,12 @@
    public void setUserId(Integer[][] userId) {
        this.userId = userId;
    }
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
}