package top.dragong.entity;

import java.io.Serializable;

public class User implements Serializable{
	private Integer uid;
	private String username;
	private String name;
	private String password;

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

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

	public User() {
	}

	public User(String username) {
		this.username = username;
	}

	public User(String username, String password) {
		this.username = username;
		this.password = password;
	}

	public User(String username, String password, String name) {
		this.username = username;
		this.password = password;
		this.name = name;
	}

	public String getUsername() {
		return username;
	}

	public String getPassword() {
		return password;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	/**
	 * @return the uid
	 */
	public Integer getUid() {
		return uid;
	}

	/**
	 * @param uid
	 *            the uid to set
	 */
	public void setUid(Integer uid) {
		this.uid = uid;
	}

}
最近下载更多
13043860zj  LV16 2020年8月20日
段朝洪  LV15 2019年11月25日
caozhou  LV14 2019年3月11日
我的名字是凑得  LV8 2018年12月23日
wangmeng20  LV14 2018年11月1日
z980693651  LV10 2018年10月20日
wlzyf冰冰  LV13 2018年7月5日
gongjunjienb  LV15 2018年6月2日
mkl_mzq  LV10 2018年5月16日
812992358  LV11 2018年5月8日
最近浏览更多
陈小灏  LV18 2024年6月26日
CCgGYx 2023年5月28日
暂无贡献等级
cqbscxh  LV11 2022年9月19日
deeedede 2022年5月24日
暂无贡献等级
15116483404  LV2 2021年12月13日
cloisonne  LV2 2021年12月12日
dafqrf  LV1 2021年12月8日
好的好的  LV8 2021年6月22日
zhaolijie  LV2 2021年6月13日
and123456  LV11 2021年4月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友