Explorar el Código

增加密码字段

haogh hace 1 año
padre
commit
814b483489
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;
 
 }