| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- package eVVM.apk.ui.bean;
- /**
- * Created by Android Studio.
- * User: zbb
- * Date: 2019/6/4
- * Describe: User
- */
- public class User {
- /**
- * address : string
- * age : 0
- * auditId : 0
- * auditName : string
- * auditRemark : string
- * auditTime : 2019-06-04T02:02:13.323Z
- * authCertificate : string
- * certificate : string
- * contacts : string
- * createTime : 2019-06-04T02:02:13.324Z
- * email : string
- * factoryEmail : string
- * factoryId : 0
- * factoryStatus : 0
- * factoryTelephone : string
- * hospitalId : 0
- * id : 0
- * idCard : string
- * name : string
- * password : string
- * phoneModel : string
- * phoneType : 0
- * pushToken : string
- * remark : string
- * role : {"description":"string","id":0,"name":"string","parentId":0}
- * roleId : 0
- * roleName : string
- * roleParentName : string
- * sex : 0
- * status : 0
- * telephone : string
- * token : string
- * userName : string
- */
- private String address;
- private int age;
- private int auditId;
- private String auditName;
- private String auditRemark;
- private String auditTime;
- private String authCertificate;
- private String certificate;
- private String contacts;
- private String createTime;
- private String email;
- private String factoryEmail;
- private int factoryId;
- private int factoryStatus;
- private String factoryTelephone;
- private int hospitalId;
- private int id;
- private String idCard;
- private String name;
- private String password;
- private String phoneModel;
- private int phoneType;
- private String pushToken;
- private String remark;
- private RoleBean role;
- private int roleId;
- private String roleName;
- private String roleParentName;
- private int sex;
- private int status;
- private String telephone;
- private String token;
- private String userName;
- public String getAddress() {
- return address;
- }
- public void setAddress(String address) {
- this.address = address;
- }
- public int getAge() {
- return age;
- }
- public void setAge(int age) {
- this.age = age;
- }
- public int getAuditId() {
- return auditId;
- }
- public void setAuditId(int auditId) {
- this.auditId = auditId;
- }
- public String getAuditName() {
- return auditName;
- }
- public void setAuditName(String auditName) {
- this.auditName = auditName;
- }
- public String getAuditRemark() {
- return auditRemark;
- }
- public void setAuditRemark(String auditRemark) {
- this.auditRemark = auditRemark;
- }
- public String getAuditTime() {
- return auditTime;
- }
- public void setAuditTime(String auditTime) {
- this.auditTime = auditTime;
- }
- public String getAuthCertificate() {
- return authCertificate;
- }
- public void setAuthCertificate(String authCertificate) {
- this.authCertificate = authCertificate;
- }
- public String getCertificate() {
- return certificate;
- }
- public void setCertificate(String certificate) {
- this.certificate = certificate;
- }
- public String getContacts() {
- return contacts;
- }
- public void setContacts(String contacts) {
- this.contacts = contacts;
- }
- public String getCreateTime() {
- return createTime;
- }
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
- }
- public String getEmail() {
- return email;
- }
- public void setEmail(String email) {
- this.email = email;
- }
- public String getFactoryEmail() {
- return factoryEmail;
- }
- public void setFactoryEmail(String factoryEmail) {
- this.factoryEmail = factoryEmail;
- }
- public int getFactoryId() {
- return factoryId;
- }
- public void setFactoryId(int factoryId) {
- this.factoryId = factoryId;
- }
- public int getFactoryStatus() {
- return factoryStatus;
- }
- public void setFactoryStatus(int factoryStatus) {
- this.factoryStatus = factoryStatus;
- }
- public String getFactoryTelephone() {
- return factoryTelephone;
- }
- public void setFactoryTelephone(String factoryTelephone) {
- this.factoryTelephone = factoryTelephone;
- }
- public int getHospitalId() {
- return hospitalId;
- }
- public void setHospitalId(int hospitalId) {
- this.hospitalId = hospitalId;
- }
- public int getId() {
- return id;
- }
- public void setId(int id) {
- this.id = id;
- }
- public String getIdCard() {
- return idCard;
- }
- public void setIdCard(String idCard) {
- this.idCard = idCard;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public String getPassword() {
- return password;
- }
- public void setPassword(String password) {
- this.password = password;
- }
- public String getPhoneModel() {
- return phoneModel;
- }
- public void setPhoneModel(String phoneModel) {
- this.phoneModel = phoneModel;
- }
- public int getPhoneType() {
- return phoneType;
- }
- public void setPhoneType(int phoneType) {
- this.phoneType = phoneType;
- }
- public String getPushToken() {
- return pushToken;
- }
- public void setPushToken(String pushToken) {
- this.pushToken = pushToken;
- }
- public String getRemark() {
- return remark;
- }
- public void setRemark(String remark) {
- this.remark = remark;
- }
- public RoleBean getRole() {
- return role;
- }
- public void setRole(RoleBean role) {
- this.role = role;
- }
- public int getRoleId() {
- return roleId;
- }
- public void setRoleId(int roleId) {
- this.roleId = roleId;
- }
- public String getRoleName() {
- return roleName;
- }
- public void setRoleName(String roleName) {
- this.roleName = roleName;
- }
- public String getRoleParentName() {
- return roleParentName;
- }
- public void setRoleParentName(String roleParentName) {
- this.roleParentName = roleParentName;
- }
- public int getSex() {
- return sex;
- }
- public void setSex(int sex) {
- this.sex = sex;
- }
- public int getStatus() {
- return status;
- }
- public void setStatus(int status) {
- this.status = status;
- }
- public String getTelephone() {
- return telephone;
- }
- public void setTelephone(String telephone) {
- this.telephone = telephone;
- }
- public String getToken() {
- return token;
- }
- public void setToken(String token) {
- this.token = token;
- }
- public String getUserName() {
- return userName;
- }
- public void setUserName(String userName) {
- this.userName = userName;
- }
- public static class RoleBean {
- /**
- * description : string
- * id : 0
- * name : string
- * parentId : 0
- */
- private String description;
- private int id;
- private String name;
- private int parentId;
- public String getDescription() {
- return description;
- }
- public void setDescription(String description) {
- this.description = description;
- }
- public int getId() {
- return id;
- }
- public void setId(int id) {
- this.id = id;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public int getParentId() {
- return parentId;
- }
- public void setParentId(int parentId) {
- this.parentId = parentId;
- }
- }
- }
|