branch_shen
shen 3 months ago
parent f5fd8283b6
commit 582624afa9

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

Loading…
Cancel
Save