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