From 21ff1b4f2ef67975eef303bff66ef60388243cf1 Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期三, 05 七月 2023 16:42:03 +0800 Subject: [PATCH] 随机试卷修改和统计 --- src/main/java/com/mindskip/xzs/viewmodel/admin/exam/ExamPaperEditRequestVM.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/mindskip/xzs/viewmodel/admin/exam/ExamPaperEditRequestVM.java b/src/main/java/com/mindskip/xzs/viewmodel/admin/exam/ExamPaperEditRequestVM.java index 8659e60..c1b1adc 100644 --- a/src/main/java/com/mindskip/xzs/viewmodel/admin/exam/ExamPaperEditRequestVM.java +++ b/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; + } } -- Gitblit v1.8.0