package net.wendal.nutzbook.bean; import java.util.Date; import org.nutz.dao.entity.annotation.Column; import org.nutz.dao.entity.annotation.Id; import org.nutz.dao.entity.annotation.Name; import org.nutz.dao.entity.annotation.Table; @Table("t_user") public class User { @Id private int id; @Name @Column private String name; @Column("passwd") private String password; @Column private String salt; @Column("ct") private Date createTime; @Column("ut") private Date updateTime; public int getId() { return id; } public void setId(int 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 String getSalt() { return salt; } public void setSalt(String salt) { this.salt = salt; } public Date getCreateTime() { return createTime; } public void setCreateTime(Date createTime) { this.createTime = createTime; } public Date getUpdateTime() { return updateTime; } public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } }
最近下载更多
微信网友_5845281849774080 LV1
2022年2月23日
liuye123 LV1
2020年3月11日
diyanzhao1 LV11
2019年6月10日
皮皮虾一月 LV8
2019年4月17日
136993907 LV10
2019年4月12日
xiajunr LV2
2019年4月12日
pandaima LV1
2019年3月28日
yy13853493297 LV3
2019年3月28日
wy7481793900 LV18
2019年1月12日
jay790118 LV1
2018年12月8日
最近浏览更多
2602275348 LV12
5月27日
sccs1984 LV15
2月19日
1529860026 LV24
2023年6月28日
微信网友_5845281849774080 LV1
2022年2月23日
木易洋 LV2
2021年8月11日
飞梦ff LV8
2021年1月18日
dongzhan LV12
2020年12月8日
xluser LV2
2020年10月15日
zqcg198536 LV4
2020年7月3日
落后就要挨打 LV26
2020年6月9日