package com.inspur.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class User {
private int id;
private String username;
private String password;
@Id
@GeneratedValue
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
}
最近下载更多
lironggang LV38
2022年8月8日
3106001395 LV1
2021年12月19日
wangzile1994 LV12
2020年3月26日
newnu88 LV12
2020年2月17日
何秀好 LV13
2019年11月19日
wacxin LV10
2019年6月25日
yrfoogd LV5
2019年6月21日
_stary LV1
2019年5月31日
wknyhu LV2
2019年1月14日
chikin333 LV11
2018年11月27日
最近浏览更多
随便取个名字_哈哈 LV27
2024年11月23日
chongminzheng LV1
2024年7月13日
WBelong LV8
2023年12月11日
微信网友_6549826556514304 LV2
2023年7月6日
18103847055 LV8
2023年4月25日
haoyi198 LV3
2023年1月11日
uni-code_0123 LV1
2022年11月16日
唐老鸭 LV26
2022年6月23日
getset LV8
2022年4月17日
3106001395 LV1
2021年12月19日

