package pers.huangyuhui.sms.bean;
/**
* @project: sms
* @description: 管理员信息
* @author: 黄宇辉
* @date: 6/10/2019-3:41 PM
* @version: 1.0
* @website: https://yubuntu0109.github.io/
*/
public class Admin {
private Integer id;
private String name;
private char gender;
private String password;
private String email;
private String telephone;
private String address;
private String portrait_path;//存储头像的项目路径
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public char getGender() {
return gender;
}
public void setGender(char gender) {
this.gender = gender;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getTelephone() {
return telephone;
}
public void setTelephone(String telephone) {
this.telephone = telephone;
}
public String getAddress() {
return address;
}
public void setAddress(String address) {
this.address = address;
}
public String getPortrait_path() {
return portrait_path;
}
public void setPortrait_path(String portrait_path) {
this.portrait_path = portrait_path;
}
}
最近下载更多
fesfefe LV13
2023年10月15日
李亮 LV19
2023年8月28日
000666 LV10
2023年7月11日
1257592068 LV6
2023年6月6日
lsglsg9 LV23
2023年6月4日
qq2901732871 LV9
2023年5月20日
流连瓦盖法 LV7
2023年5月20日
微信网友_5964217833574400 LV5
2023年4月29日
王华伟 LV19
2023年4月26日
全栈小白 LV35
2023年4月25日

最近浏览