package com.cn.model;

import java.io.Serializable;
import java.util.Date;
import java.util.List;

@SuppressWarnings("serial")
public class User implements Serializable{
    private Integer id;

    private Integer userId;

    private String userName;

    private String userPhone;

    private String userPassword;

    private Date lastLoginTime;

    private Integer userStatus;

    private Integer userTypeCode;
    
    private List<Mobile> mobiles;

    public Integer getId() {
        return id;
    }

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

    public Integer getUserId() {
        return userId;
    }

    public void setUserId(Integer userId) {
        this.userId = userId;
    }

    public String getUserName() {
        return userName;
    }

    public void setUserName(String userName) {
        this.userName = userName;
    }

    public String getUserPhone() {
        return userPhone;
    }

    public void setUserPhone(String userPhone) {
        this.userPhone = userPhone;
    }

    public String getUserPassword() {
        return userPassword;
    }

    public void setUserPassword(String userPassword) {
        this.userPassword = userPassword;
    }

    public Date getLastLoginTime() {
        return lastLoginTime;
    }

    public void setLastLoginTime(Date lastLoginTime) {
        this.lastLoginTime = lastLoginTime;
    }

    public Integer getUserStatus() {
        return userStatus;
    }

    public void setUserStatus(Integer userStatus) {
        this.userStatus = userStatus;
    }

    public Integer getUserTypeCode() {
        return userTypeCode;
    }

    public void setUserTypeCode(Integer userTypeCode) {
        this.userTypeCode = userTypeCode;
    }
    
    
	public List<Mobile> getMobiles() {
		return mobiles;
	}

	public void setMobiles(List<Mobile> mobiles) {
		this.mobiles = mobiles;
	}

	@Override
	public String toString() {
		return "User [id=" + id + ", userId=" + userId + ", userName="
				+ userName + ", userPhone=" + userPhone + ", userPassword="
				+ userPassword + ", lastLoginTime=" + lastLoginTime
				+ ", userStatus=" + userStatus + ", userTypeCode="
				+ userTypeCode + "]";
	}
    
}
最近下载更多
刘卫国  LV6 2021年12月1日
sleepcat88  LV13 2021年5月10日
2252536772  LV21 2020年8月4日
newhaijun  LV15 2020年5月28日
weixiao  LV6 2020年4月17日
crazyBear2020  LV3 2020年1月15日
yan666888  LV5 2019年11月6日
元芳你怎么看  LV15 2019年9月19日
白某某dd  LV11 2019年8月12日
huasir2018  LV14 2019年8月2日
最近浏览更多
徐万强  LV9 2023年9月11日
zgd_suny  LV7 2023年5月17日
北方菜  LV11 2023年4月12日
啦啦啦7719  LV15 2023年3月24日
冰123456  LV5 2022年12月1日
bin2337  LV4 2022年9月22日
lwp011  LV27 2022年9月19日
taojava  LV3 2022年5月12日
chenchen479  LV6 2022年4月13日
1145304128  LV12 2022年4月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友