浏览代码

增加密码字段

haogh 1 年之前
父节点
当前提交
814b483489
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/main/java/com/qmth/exam/reserve/entity/StudentEntity.java

+ 5 - 0
src/main/java/com/qmth/exam/reserve/entity/StudentEntity.java

@@ -72,5 +72,10 @@ public class StudentEntity extends BaseEntity {
      * 所属机构ID(学校)
      */
     private Long orgId;
+    
+    /**
+     * 考生密码
+     */
+    private String password;
 
 }