package com.nico.entities;

import java.sql.Timestamp;

// 账号表
public class Account {
	private String 		accountID;		  // 账户ID
	private String 		userName; 		  // 顾家号
	private String		password; 		  // 密码
	private String 		nickName; 		  // 昵称
	private int    		gender; 		  // 性别
	private String 		role; 			  // 权限
	private int    		enabled; 		  // 是否可用
	private Timestamp 	createTime;		  // 创建时间
	
	public String getAccountID() {
		return accountID;
	}
	public void setAccountID(String accountID) {
		this.accountID = accountID;
	}
	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;
	}
	public String getNickName() {
		return nickName;
	}
	public void setNickName(String nickName) {
		this.nickName = nickName;
	}
	public int getGender() {
		return gender;
	}
	public void setGender(int gender) {
		this.gender = gender;
	}
	public String getRole() {
		return role;
	}
	public void setRole(String role) {
		this.role = role;
	}
	public int getEnabled() {
		return enabled;
	}
	public void setEnabled(int enabled) {
		this.enabled = enabled;
	}
	public Timestamp getCreateTime() {
		return createTime;
	}
	public void setCreateTime(Timestamp createTime) {
		this.createTime = createTime;
	}
	
	@Override
	public String toString() {
		return "Account [accountID=" + accountID + ", userName=" + userName
				+ ", password=" + password + ", nickName=" + nickName
				+ ", gender=" + gender + ", role=" + role + ", enabled="
				+ enabled + ", createTime=" + createTime + "]";
	}
	
	
}
最近下载更多
503382513  LV10 2022年12月5日
203778513  LV9 2021年7月21日
Myangyyyy  LV10 2021年3月11日
阿昌先生  LV13 2021年1月20日
心中无码  LV5 2021年1月7日
王东东  LV17 2020年11月4日
ggc110  LV1 2020年5月31日
会1飞1的1鱼  LV5 2020年4月16日
xaseven  LV1 2020年4月8日
micaroo  LV4 2019年11月26日
最近浏览更多
13188866605  LV12 3月26日
忆丶流年似水 2023年1月16日
暂无贡献等级
康日澜  LV9 2023年1月7日
呜呜呜吴天  LV2 2022年12月9日
微信网友_6248713511227392  LV11 2022年12月5日
503382513  LV10 2022年12月5日
云龙123456  LV7 2022年12月2日
annazhang  LV29 2022年10月27日
葛乃玮  LV1 2022年10月19日
51Demo 2022年2月14日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友