package com.joe.hibernate; import java.util.Date; /** * TUser entity. @author MyEclipse Persistence Tools */ public class TUser implements java.io.Serializable { // Fields private Integer id; private String userName; private String password; private Date time; private String type; // Constructors /** default constructor */ public TUser() { } /** full constructor */ public TUser(String userName, String password, Date time, String type) { this.userName = userName; this.password = password; this.time = time; this.type = type; } // Property accessors public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } public Date getTime() { return this.time; } public void setTime(Date time) { this.time = time; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } }

dht8904 LV1
2023年8月30日
彩色天空 LV5
2023年4月11日
张子墨 LV2
2022年5月11日
wanglinddad LV55
2022年3月1日
xiaohe229 LV8
2022年1月25日
MOKE_YE LV3
2021年10月8日
1325060 LV1
2021年7月5日
ym111111111 LV3
2021年6月3日
Eruvin LV3
2021年5月7日
tutuhero LV8
2021年4月27日

Yj123456k LV2
5月11日
qiheideguang LV18
2024年12月4日
artemiszer0 LV2
2024年7月4日
shuiyan LV1
2024年6月1日
heshao LV2
2024年2月7日
WBelong LV8
2023年12月25日
uni-code_0123 LV1
2023年11月27日
jkjfdgbkl LV2
2023年11月2日
dht8904 LV1
2023年8月30日
彩色天空 LV5
2023年4月11日