qirong
2023-07-05 21ff1b4f2ef67975eef303bff66ef60388243cf1
src/main/java/com/mindskip/xzs/viewmodel/admin/exam/ExamPaperEditRequestVM.java
@@ -39,6 +39,9 @@
    private Map<Integer,Integer> subjectSource;
    //随机试卷各个标签题型数量
    private List<QuestionTypeVM> questionTypeVMS;
    private Integer aggregateSource;
@@ -138,4 +141,12 @@
    public void setAggregateSource(Integer aggregateSource) {
        this.aggregateSource = aggregateSource;
    }
    public List<QuestionTypeVM> getQuestionTypeVMS() {
        return questionTypeVMS;
    }
    public void setQuestionTypeVMS(List<QuestionTypeVM> questionTypeVMS) {
        this.questionTypeVMS = questionTypeVMS;
    }
}