| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- package com.ydtech.modules.esm.model;
- import java.io.Serializable;
- import java.util.Date;
- public class EsmUserInternalCheck implements Serializable {
- private static final long serialVersionUID = 5086594541373584430L;
- private String checkid;
- private String id;
- private String addressnow;
- private String nations;
- private String politicalstatus;
- private String college;
- private String identity;
- private String education;
- private String bankname;
- private String accountno;
- private String addressresident;
- private String health;
- private String postalcode;
- private String phonehouse;
- private Date collegetm;
- private String speciality;
- private String nativeplace;
- private String worktype;
- private String blood;
- private String saleno;
- private String orglast;
- private String joblast;
- private String hobby;
- private String namespecial;
- private String phonespecial;
- private String intimes;
- private Date contracttime;
- private String isteamleader;
- private String documentno;
- private String hrcode;
- private Date regulartm;
- private Date intime;
- private String salarycode;
- private Date birthday;
- private String marrycode;
- private String status;
- private String whichteam;
- private String remark;
- public String getCheckid() {
- return checkid;
- }
- public void setCheckid(String checkid) {
- this.checkid = checkid;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getAddressnow() {
- return addressnow;
- }
- public void setAddressnow(String addressnow) {
- this.addressnow = addressnow;
- }
- public String getNations() {
- return nations;
- }
- public void setNations(String nations) {
- this.nations = nations;
- }
- public String getPoliticalstatus() {
- return politicalstatus;
- }
- public void setPoliticalstatus(String politicalstatus) {
- this.politicalstatus = politicalstatus;
- }
- public String getCollege() {
- return college;
- }
- public void setCollege(String college) {
- this.college = college;
- }
- public String getIdentity() {
- return identity;
- }
- public void setIdentity(String identity) {
- this.identity = identity;
- }
- public String getEducation() {
- return education;
- }
- public void setEducation(String education) {
- this.education = education;
- }
- public String getBankname() {
- return bankname;
- }
- public void setBankname(String bankname) {
- this.bankname = bankname;
- }
- public String getAccountno() {
- return accountno;
- }
- public void setAccountno(String accountno) {
- this.accountno = accountno;
- }
- public String getAddressresident() {
- return addressresident;
- }
- public void setAddressresident(String addressresident) {
- this.addressresident = addressresident;
- }
- public String getHealth() {
- return health;
- }
- public void setHealth(String health) {
- this.health = health;
- }
- public String getPostalcode() {
- return postalcode;
- }
- public void setPostalcode(String postalcode) {
- this.postalcode = postalcode;
- }
- public String getPhonehouse() {
- return phonehouse;
- }
- public void setPhonehouse(String phonehouse) {
- this.phonehouse = phonehouse;
- }
- public Date getCollegetm() {
- return collegetm;
- }
- public void setCollegetm(Date collegetm) {
- this.collegetm = collegetm;
- }
- public String getSpeciality() {
- return speciality;
- }
- public void setSpeciality(String speciality) {
- this.speciality = speciality;
- }
- public String getNativeplace() {
- return nativeplace;
- }
- public void setNativeplace(String nativeplace) {
- this.nativeplace = nativeplace;
- }
- public String getWorktype() {
- return worktype;
- }
- public void setWorktype(String worktype) {
- this.worktype = worktype;
- }
- public String getBlood() {
- return blood;
- }
- public void setBlood(String blood) {
- this.blood = blood;
- }
- public String getSaleno() {
- return saleno;
- }
- public void setSaleno(String saleno) {
- this.saleno = saleno;
- }
- public String getOrglast() {
- return orglast;
- }
- public void setOrglast(String orglast) {
- this.orglast = orglast;
- }
- public String getJoblast() {
- return joblast;
- }
- public void setJoblast(String joblast) {
- this.joblast = joblast;
- }
- public String getHobby() {
- return hobby;
- }
- public void setHobby(String hobby) {
- this.hobby = hobby;
- }
- public String getNamespecial() {
- return namespecial;
- }
- public void setNamespecial(String namespecial) {
- this.namespecial = namespecial;
- }
- public String getPhonespecial() {
- return phonespecial;
- }
- public void setPhonespecial(String phonespecial) {
- this.phonespecial = phonespecial;
- }
- public String getIntimes() {
- return intimes;
- }
- public void setIntimes(String intimes) {
- this.intimes = intimes;
- }
- public Date getContracttime() {
- return contracttime;
- }
- public void setContracttime(Date contracttime) {
- this.contracttime = contracttime;
- }
- public String getIsteamleader() {
- return isteamleader;
- }
- public void setIsteamleader(String isteamleader) {
- this.isteamleader = isteamleader;
- }
- public String getDocumentno() {
- return documentno;
- }
- public void setDocumentno(String documentno) {
- this.documentno = documentno;
- }
- public String getHrcode() {
- return hrcode;
- }
- public void setHrcode(String hrcode) {
- this.hrcode = hrcode;
- }
- public Date getRegulartm() {
- return regulartm;
- }
- public void setRegulartm(Date regulartm) {
- this.regulartm = regulartm;
- }
- public Date getIntime() {
- return intime;
- }
- public void setIntime(Date intime) {
- this.intime = intime;
- }
- public String getSalarycode() {
- return salarycode;
- }
- public void setSalarycode(String salarycode) {
- this.salarycode = salarycode;
- }
- public Date getBirthday() {
- return birthday;
- }
- public void setBirthday(Date birthday) {
- this.birthday = birthday;
- }
- public String getMarrycode() {
- return marrycode;
- }
- public void setMarrycode(String marrycode) {
- this.marrycode = marrycode;
- }
- public String getStatus() {
- return status;
- }
- public void setStatus(String status) {
- this.status = status;
- }
- public String getWhichteam() {
- return whichteam;
- }
- public void setWhichteam(String whichteam) {
- this.whichteam = whichteam;
- }
- public String getRemark() {
- return remark;
- }
- public void setRemark(String remark) {
- this.remark = remark;
- }
- }
|