package com.ssh2.model;
/**
* User entity. @author MyEclipse Persistence Tools
*/
public class User implements java.io.Serializable {
// Fields
private Integer id;
private String username;
private String password;
// Constructors
/** default constructor */
public User() {
}
/** full constructor */
public User(String username, String password) {
this.username = username;
this.password = password;
}
// 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;
}
}
最近下载更多
ming_123_9715 LV23
2022年12月14日
PaymentCodeSystem LV11
2022年10月28日
gxlgxl LV4
2022年5月27日
漫长的白日梦 LV8
2021年12月4日
GD_chan LV5
2021年7月1日
lsglsg9 LV23
2021年1月7日
管子769431178 LV3
2020年6月6日
x1012786954 LV8
2020年6月4日
445507541 LV1
2020年6月2日
liwulong LV2
2020年5月19日
最近浏览更多
wanderingsoul LV2
2024年6月15日
微信网友_5986558820093952 LV4
2023年12月28日
lbsers LV5
2023年5月8日
3516569014 LV5
2023年5月7日
女王不该在山炮村养花 LV8
2023年4月13日
ming_123_9715 LV23
2022年12月13日
PaymentCodeSystem LV11
2022年10月28日
gxlgxl LV4
2022年5月27日
qqb123 LV8
2022年5月26日
阿达阿发爱国 LV1
2021年12月14日

