From c25d93c39975f84ca411da16b82ab556648a50e0 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 22 五月 2024 15:21:44 +0800
Subject: [PATCH] feat:用户状况新增审核

---
 src/main/java/com/mindskip/xzs/viewmodel/admin/exam/QuestionTypeVM.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/mindskip/xzs/viewmodel/admin/exam/QuestionTypeVM.java b/src/main/java/com/mindskip/xzs/viewmodel/admin/exam/QuestionTypeVM.java
index 76c39de..3da40b5 100644
--- a/src/main/java/com/mindskip/xzs/viewmodel/admin/exam/QuestionTypeVM.java
+++ b/src/main/java/com/mindskip/xzs/viewmodel/admin/exam/QuestionTypeVM.java
@@ -10,6 +10,8 @@
     //棰樼洰id
     private Integer subjectId;
 
+    private String label;
+
     //鍗曢�夐
     private Integer singleChoice;
 
@@ -50,4 +52,12 @@
     public void setTrueFalse(Integer trueFalse) {
         this.trueFalse = trueFalse;
     }
+
+    public String getLabel() {
+        return label;
+    }
+
+    public void setLabel(String label) {
+        this.label = label;
+    }
 }

--
Gitblit v1.8.0