package com.zhn.pojo; import java.io.Serializable; public class User implements Serializable { private Integer id; private String name; private String password; private Integer age; public User() { super(); } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public Integer getAge() { return age; } public void setAge(Integer age) { this.age = age; } public User(Integer id, String name, String password, Integer age) { super(); this.id = id; this.name = name; this.password = password; this.age = age; } }

oulingqiao LV13
2024年1月11日
李亮 LV19
2023年8月29日
十分士大夫1123 LV1
2023年8月14日
gecongkai LV8
2023年6月22日
惺惺惜xxxx LV1
2023年6月8日
斧头帮副帮主 LV5
2023年4月2日
云龙123456 LV7
2023年2月21日
jzh20020707 LV2
2022年12月16日
ZSY6699 LV4
2022年7月20日
and123456 LV11
2022年7月15日

xiaoaitx LV8
1月1日
微信网友_7316199114199040
2024年12月28日
暂无贡献等级
ma406805131 LV19
2024年6月18日
qq970040477 LV24
2024年6月16日
xin xie LV1
2024年6月13日
nurgul LV1
2024年6月8日
yuanyuan23 LV1
2024年5月30日
李俊雄 LV3
2024年5月8日
h G24741 LV2
2024年3月12日
oulingqiao LV13
2024年1月11日