소스 검색

增加密码字段

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;
 
 }