@ -21,6 +21,7 @@ public class Student implements Serializable {
// 无参构造函数
public Student() {
}
// 全参构造函数,用于创建具有所有属性的学生对象
public Student(Integer id, String name, String sex, String sno, String stu_class, String phone, String place, String dorm_id, String teacher, Integer status) {
this.id = id;