package testExport; import java.util.Date; public class Student { private long id; private String name; private int age; private boolean sex; private Date birthday; public Student() { } public Student(long id, String name, int age, boolean sex, Date birthday) { this.id = id; this.name = name; this.age = age; this.sex = sex; this.birthday = birthday; } public long getId() { return id; } public void setId(long id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public int getAge() { return age; } public void setAge(int age) { this.age = age; } public boolean getSex() { return sex; } public void setSex(boolean sex) { this.sex = sex; } public Date getBirthday() { return birthday; } public void setBirthday(Date birthday) { this.birthday = birthday; } }

WBelong LV8
2024年3月28日
艾黛玛 LV6
2021年4月22日
daidin LV11
2021年1月26日
lironggang LV38
2020年12月19日
blackcat123 LV7
2020年12月7日
李海洋 LV12
2020年10月30日
zhangjianjun LV3
2020年10月18日
13188866605 LV12
2020年8月21日
懒得起 LV8
2020年8月17日
wsk588 LV26
2020年8月6日