qirong
2023-07-28 fbdd6af3039a83cd4727a03cecb7c5914277371f
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;
    }
}