package com.kxz.entity;

import java.io.Serializable;

import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;

@Entity
@Table(name="blog_user")
public class User implements Serializable{

	/**
	 *
	 */
	private static final long serialVersionUID = -5436454461361045439L;

	private Integer id;

	private String username;

	private String password;

	@Id
	@GeneratedValue(strategy=GenerationType.AUTO)
	public Integer getId() {
		return id;
	}

	public void setId(Integer id) {
		this.id = id;
	}

	@Column
	public String getUsername() {
		return username;
	}

	public void setUsername(String username) {
		this.username = username;
	}

	@Column
	public String getPassword() {
		return password;
	}

	public void setPassword(String password) {
		this.password = password;
	}

	@Override
	public String toString() {
		return "User [id=" + id + ", username=" + username + ", password="
				+ password + "]";
	}

}
最近下载更多
小小林1a  LV9 2020年6月3日
3969138  LV15 2019年7月30日
hjd3984  LV13 2019年7月16日
583628585  LV1 2019年5月20日
wh5200  LV11 2018年12月10日
KimSoHyun  LV10 2018年11月27日
eyuanjun  LV1 2018年11月25日
1112312  LV1 2018年11月20日
tomm12512  LV2 2018年9月19日
eddxbb  LV3 2018年9月5日
最近浏览更多
irivn007  LV15 2023年10月19日
女王不该在山炮村养花  LV8 2023年4月13日
Wu_大花  LV1 2023年3月26日
240598911  LV10 2022年11月26日
fengshengtian  LV8 2022年2月19日
永恒虚幻 2021年8月24日
暂无贡献等级
辛会 2021年7月13日
暂无贡献等级
Misshuang  LV13 2021年5月31日
zmczp891216  LV2 2021年5月25日
taijh999  LV13 2021年5月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友