package com.atguigu.cache.bean;

import java.io.Serializable;


//Serializable 序列化
public class Employee  {
	
	private Integer id;
	private String lastName;
	private String email;
	private Integer gender; //性别 1男  0女
	private Integer dId;
	
	
	public Employee() {
		super();
	}

	
	public Employee(Integer id, String lastName, String email, Integer gender, Integer dId) {
		super();
		this.id = id;
		this.lastName = lastName;
		this.email = email;
		this.gender = gender;
		this.dId = dId;
	}
	
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public String getLastName() {
		return lastName;
	}
	public void setLastName(String lastName) {
		this.lastName = lastName;
	}
	public String getEmail() {
		return email;
	}
	public void setEmail(String email) {
		this.email = email;
	}
	public Integer getGender() {
		return gender;
	}
	public void setGender(Integer gender) {
		this.gender = gender;
	}
	public Integer getdId() {
		return dId;
	}
	public void setdId(Integer dId) {
		this.dId = dId;
	}
	@Override
	public String toString() {
		return "Employee [id=" + id + ", lastName=" + lastName + ", email=" + email + ", gender=" + gender + ", dId="
				+ dId + "]";
	}
	
	

}
最近下载更多
wang19980330  LV1 2023年9月15日
手捧阳光  LV6 2022年12月2日
小白啰  LV1 2022年9月6日
crosa_Don  LV18 2022年6月2日
clcl55  LV1 2022年4月13日
wanlingaaa  LV1 2022年1月4日
11b23344  LV1 2021年3月12日
kinglong  LV16 2020年8月9日
3969138  LV15 2019年9月17日
打手犯规了  LV1 2019年9月5日
最近浏览更多
WBelong  LV8 2023年12月19日
wang19980330  LV1 2023年9月15日
SILKYYY 2023年5月25日
暂无贡献等级
qis119 2023年5月9日
暂无贡献等级
微信网友_6263159342649344  LV7 2022年12月16日
总有人间一两风  LV8 2022年12月10日
手捧阳光  LV6 2022年12月2日
Zeorwyc  LV8 2022年4月22日
clcl55  LV1 2022年4月13日
crosa_Don  LV18 2022年3月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友