package enity; import javax.persistence.*; import java.util.Objects; @Entity @Table(name = "userdate", schema = "web_wwd", catalog = "") public class UserdateEntity { private int id; private String userName; private String userPassword; private String userNumber; private String name; @Id @Column(name = "id") public int getId() { return id; } public void setId(int id) { this.id = id; } @Basic @Column(name = "user_name") public String getUserName() { return userName; } public void setUserName(String userName) { this.userName = userName; } @Basic @Column(name = "user_password") public String getUserPassword() { return userPassword; } public void setUserPassword(String userPassword) { this.userPassword = userPassword; } @Basic @Column(name = "user_number") public String getUserNumber() { return userNumber; } public void setUserNumber(String userNumber) { this.userNumber = userNumber; } @Basic @Column(name = "name") public String getName() { return name; } public void setName(String name) { this.name = name; } @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; UserdateEntity that = (UserdateEntity) o; return id == that.id && Objects.equals(userName, that.userName) && Objects.equals(userPassword, that.userPassword) && Objects.equals(userNumber, that.userNumber) && Objects.equals(name, that.name); } @Override public int hashCode() { return Objects.hash(id, userName, userPassword, userNumber, name); } }

and123456 LV11
2022年3月16日
阳止初四 LV8
2021年6月8日
ericxu1116 LV24
2021年4月9日
lsz000000 LV6
2021年4月9日
xbb520131 LV1
2020年6月26日
EternalIy LV4
2020年6月17日
goodlook LV27
2020年5月21日
a1677596408 LV23
2020年5月11日
daidin LV11
2020年4月14日
shshopop LV10
2020年2月20日

qingfengsuiyue
2024年7月28日
暂无贡献等级
xiao1111 LV3
2024年5月14日
wxd1997 LV13
2024年2月19日
1waxzsq212345 LV2
2024年1月16日
yangxb2 LV10
2023年9月12日
wersdfs LV1
2023年9月9日
aq384419
2023年4月15日
暂无贡献等级
tengxu
2022年10月27日
暂无贡献等级
微信网友_6040315240812544 LV8
2022年10月21日
abc562311934 LV4
2022年10月8日