package test.domain; public class User { private String username; private Integer id; private String userpass; private String status; public String getUsername() { return username; } public void setUsername(String username) { this.username = username == null ? null : username.trim(); } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getUserpass() { return userpass; } public void setUserpass(String userpass) { this.userpass = userpass == null ? null : userpass.trim(); } public String getStatus() { return status; } public void setStatus(String status) { this.status = status == null ? null : status.trim(); } }

一米四九跑得快 LV13
2020年8月17日
数据库1 LV12
2020年7月17日
HareXin LV13
2019年8月11日
yerenhuiyu LV10
2019年7月11日
bai620123 LV16
2019年4月29日
zhao823 LV15
2019年4月17日
weilaizhisheng LV21
2019年1月9日
zhangxinghua LV6
2018年9月18日
lihao1973 LV10
2018年8月29日
clf123456 LV12
2018年7月21日