首页>代码>ssh整合extjs的项目实例>/TabpanelProject/src/com/inspur/model/User.java
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日
最近浏览更多
WBelong  LV7 2023年12月11日
微信网友_6549826556514304  LV2 2023年7月6日
18103847055  LV7 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日
蛋黄派来的* 2021年12月7日
暂无贡献等级
easyzzh  LV3 2021年11月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友