181250114 4 лет назад
Родитель
Сommit
a4dc7e7f43

+ 5 - 0
src/main/java/com/seecoder/dataanalysis/data/entity/eval/User.java

@@ -24,6 +24,11 @@ public class User {
     @Field("user_id")
     private Integer userId;
 
+    /**
+     * 学生学号
+     */
+    @Field("student_id")
+    private Integer studentId;
 
     /**
      * 学生姓名