| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- package cn.com.goldenwater.dcproj.model;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * entity:BisInspAllWorkerPers
- *
- * @author
- * @date 2021-11-3
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class BisInspAllWorkerPers extends BaseBean implements Serializable {
- @ApiModelProperty("ID")
- private String id;
- @ApiModelProperty("人员ID")
- private String guid;
- @ApiModelProperty("机构名称")
- private String orgNm;
- @ApiModelProperty("人员姓名")
- private String persName;
- @ApiModelProperty("性别")
- private String sex;
- @ApiModelProperty("年龄")
- private Long age;
- @ApiModelProperty("手机号")
- private String mobilenumb;
- @ApiModelProperty("邮件")
- private String email;
- @ApiModelProperty("身份证号")
- private String idNumber;
- @ApiModelProperty("出生日期")
- private Date bornDate;
- @ApiModelProperty("工作单位")
- private String dpnm;
- @ApiModelProperty("职称")
- private String dppost;
- @ApiModelProperty("工作证件号")
- private String idnm;
- @ApiModelProperty("政治面貌")
- private String plst;
- @ApiModelProperty("从事专业")
- private String specialty;
- @ApiModelProperty("职务")
- private String admDuty;
- @ApiModelProperty("是否在职(0:在职;1:不在职)")
- private String isWork;
- @ApiModelProperty("是否为公务员(参公)(1:是;2:否)")
- private String isCvlSrvnts;
- @ApiModelProperty("拟推荐专家岗位")
- private String expertPost;
- @ApiModelProperty("照片地址")
- private String imgurl;
- @ApiModelProperty("备注")
- private String remark;
- @ApiModelProperty("创建时间")
- private Date intm;
- @ApiModelProperty("更新时间")
- private Date uptm;
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getGuid() {
- return guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- public String getOrgNm() {
- return orgNm;
- }
- public void setOrgNm(String orgNm) {
- this.orgNm = orgNm;
- }
- public String getPersName() {
- return persName;
- }
- public void setPersName(String persName) {
- this.persName = persName;
- }
- public String getSex() {
- return sex;
- }
- public void setSex(String sex) {
- this.sex = sex;
- }
- public Long getAge() {
- return age;
- }
- public void setAge(Long age) {
- this.age = age;
- }
- public String getMobilenumb() {
- return mobilenumb;
- }
- public void setMobilenumb(String mobilenumb) {
- this.mobilenumb = mobilenumb;
- }
- public String getEmail() {
- return email;
- }
- public void setEmail(String email) {
- this.email = email;
- }
- public String getIdNumber() {
- return idNumber;
- }
- public void setIdNumber(String idNumber) {
- this.idNumber = idNumber;
- }
- public Date getBornDate() {
- return bornDate;
- }
- public void setBornDate(Date bornDate) {
- this.bornDate = bornDate;
- }
- public String getDpnm() {
- return dpnm;
- }
- public void setDpnm(String dpnm) {
- this.dpnm = dpnm;
- }
- public String getDppost() {
- return dppost;
- }
- public void setDppost(String dppost) {
- this.dppost = dppost;
- }
- public String getIdnm() {
- return idnm;
- }
- public void setIdnm(String idnm) {
- this.idnm = idnm;
- }
- public String getPlst() {
- return plst;
- }
- public void setPlst(String plst) {
- this.plst = plst;
- }
- public String getSpecialty() {
- return specialty;
- }
- public void setSpecialty(String specialty) {
- this.specialty = specialty;
- }
- public String getAdmDuty() {
- return admDuty;
- }
- public void setAdmDuty(String admDuty) {
- this.admDuty = admDuty;
- }
- public String getIsWork() {
- return isWork;
- }
- public void setIsWork(String isWork) {
- this.isWork = isWork;
- }
- public String getIsCvlSrvnts() {
- return isCvlSrvnts;
- }
- public void setIsCvlSrvnts(String isCvlSrvnts) {
- this.isCvlSrvnts = isCvlSrvnts;
- }
- public String getExpertPost() {
- return expertPost;
- }
- public void setExpertPost(String expertPost) {
- this.expertPost = expertPost;
- }
- public String getImgurl() {
- return imgurl;
- }
- public void setImgurl(String imgurl) {
- this.imgurl = imgurl;
- }
- public String getRemark() {
- return remark;
- }
- public void setRemark(String remark) {
- this.remark = remark;
- }
- public Date getIntm() {
- return intm;
- }
- public void setIntm(Date intm) {
- this.intm = intm;
- }
- public Date getUptm() {
- return uptm;
- }
- public void setUptm(Date uptm) {
- this.uptm = uptm;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- @ApiModelProperty("数据状态(0:正常;9:删除)")
- private String dataStat;
- @Override
- public String toString() {
- return "BisInspAllWorkerPers{" +
- "id='" + id + '\'' +
- ", guid='" + guid + '\'' +
- ", orgNm='" + orgNm + '\'' +
- ", persName='" + persName + '\'' +
- ", sex='" + sex + '\'' +
- ", age=" + age +
- ", mobilenumb='" + mobilenumb + '\'' +
- ", email='" + email + '\'' +
- ", idNumber='" + idNumber + '\'' +
- ", bornDate=" + bornDate +
- ", dpnm='" + dpnm + '\'' +
- ", dppost='" + dppost + '\'' +
- ", idnm='" + idnm + '\'' +
- ", plst='" + plst + '\'' +
- ", specialty='" + specialty + '\'' +
- ", admDuty='" + admDuty + '\'' +
- ", isWork='" + isWork + '\'' +
- ", isCvlSrvnts='" + isCvlSrvnts + '\'' +
- ", expertPost='" + expertPost + '\'' +
- ", imgurl='" + imgurl + '\'' +
- ", remark='" + remark + '\'' +
- ", intm=" + intm +
- ", uptm=" + uptm +
- ", dataStat='" + dataStat + '\'' +
- '}';
- }
- }
|