From 81dfe248054eaa3c2751ba32576f48598adcd04f Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期四, 17 八月 2023 17:19:00 +0800
Subject: [PATCH] 个人模拟修改
---
src/main/java/com/mindskip/xzs/viewmodel/admin/exam/ExamPaperEditRequestVM.java | 29 +++++++++++++++++++++++++++++
1 files changed, 29 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 c1b1adc..a611d2c 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
@@ -37,12 +37,17 @@
//閮ㄩ棬ids
private Integer[] departmentIds;
+ private Integer[] userIds;
+
private Map<Integer,Integer> subjectSource;
//闅忔満璇曞嵎鍚勪釜鏍囩棰樺瀷鏁伴噺
private List<QuestionTypeVM> questionTypeVMS;
private Integer aggregateSource;
+
+ private Integer[][] userId;
+ private String type;
@@ -149,4 +154,28 @@
public void setQuestionTypeVMS(List<QuestionTypeVM> questionTypeVMS) {
this.questionTypeVMS = questionTypeVMS;
}
+
+ public Integer[] getUserIds() {
+ return userIds;
+ }
+
+ public void setUserIds(Integer[] userIds) {
+ this.userIds = userIds;
+ }
+
+ public Integer[][] getUserId() {
+ return userId;
+ }
+
+ public void setUserId(Integer[][] userId) {
+ this.userId = userId;
+ }
+
+ public String getType() {
+ return type;
+ }
+
+ public void setType(String type) {
+ this.type = type;
+ }
}
--
Gitblit v1.8.0