ludc
2023-09-13 4a2835ddadb796c69f180097b95f971dbab4687d
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/PersonMasterData.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,722 @@
package com.vci.ubcs.code.vo.webserviceModel.person;
public class PersonMasterData {
   /***
    * æ•°æ®åœ¨æ­¤ç³»ç»Ÿä¸­å”¯ä¸€æ ‡è¯†
    */
   private String id;
   /***
    * å‘˜å·¥ç¼–码(企业编码)
    */
   private String lm_code;
   /**
    * é›†å›¢å‘˜å·¥ç¼–号
    */
   private String group_code;
   /***
    * å‘˜å·¥å§“名
    */
   private String name;
   /**
    * ä¸»æ•°æ®ç¼–码
    */
   private String mdm_code;
   /***
    *0:正常,1数据被删除,默认为0;
    */
   private int dr;
   /***
    * è¡Œæ”¿åŒºåŸŸåŒ–
    */
   private String admin_division;
   /***
    * è¡Œæ”¿åŒºåŸŸåŒ–号码
    */
   private String admin_division_code;
   /**
    * å‡ºç”Ÿæ—¥æœŸ(yyyy-MM-dd)
    */
   private String birthday;
   /**
    * å‡ºç”Ÿåœ°
    */
   private String birthplace;
   /***
    * ç±è´¯
    */
   private String cittizenship;
   /**
    * å›½å®¶/地区
    */
   private String country;
   /***
    * éƒ¨é—¨
    */
   private String dept_type;
   /***
    * éƒ¨é—¨åç§°
    */
   private String deptName;
   /***
    * å­¦åކ
    */
   private String education;
   /***
    * ä»»èŒå•位编码
    */
   private String employer_code;
   /***
    * ç”¨å·¥å½¢å¼
    */
   private String employment_form;
   /**
    * èº«ä»½è¯ç¼–号
    */
   private String id_number;
   /***
    * è¯ä»¶ç±»åž‹
    */
   private String id_type;
   /***
    * æ˜¯å¦ä¸»èŒ
    */
   private String is_keyposion;
   /**
    * å©šå§»çж况
    */
   private String marital_status;
   /**
    * æ‰‹æœºå·ç 
    */
   private String mobile_phone;
   /***
    * åæ—
    */
   private String nationality;
   /**
    * åŠžå…¬ç”µè¯
    */
   private String office_telephone;
   /***
    *外网邮箱
    */
   private String outer_email;
   /***
    *上级门编码
    */
   private String parent_dept_code;
   /***
    *上级门名称
    */
   private String parent_dept_name;
   /***
    *政治面貌
    */
   private String politiccountenance;
   /***
    * å²—位
    */
   private String position;
   /***
    * èŒç§°
    */
   private String work_title;
   /***
    * äººå‘˜ç±»åˆ«
    */
   private String worker_category;
   /***
    * èŒåŠ¡
    */
   private String worker_duty;
   /***
    * å·¥ä½œé‚®ç®±
    */
   private String worker_email;
   /***
    * èŒçº§
    */
   private String worker_level;
   /***
    * äººå‘˜å¯†çº§
    */
   private String worker_security_level;
   /***
    * æµç¨‹çŠ¶æ€
    */
   private int mdm_workflow;
   /***
    * ä¿®æ”¹è€…
    */
   private String modifier;
   /***
    * ä¿®æ”¹æ—¶é—´
    */
   private String modifytime;
   /***
    * åˆ›å»ºè€…
    */
   private String creator;
   /***
    * åˆ›å»ºæ—¶é—´
    */
   private String createtime;
   /**
    * æ•°æ®çŠ¶æ€
    */
   private int mdm_datastatus;
   private String link_fieldvalue;
   private String flow_middatastatus;
   private String employer;
   private int mdm_duplicate;
   private EnumerableData gender_entity;
   private EnumerableData employment_type_entity;
   private String gerder;
   private  String employment_type;
   private String employment_type_nane;
   private String mdm_cleanstatus;
   private String mdm_parentcode;
   private String mdm_yersion;
   private String dr_mdm_code;
   private String pk_mdm;
   private String gender_name;
   private String ts;
   public String getId() {
      return id;
   }
   public void setId(String id) {
      this.id = id;
   }
   public String getLm_code() {
      return lm_code;
   }
   public void setLm_code(String lm_code) {
      this.lm_code = lm_code;
   }
   public String getGroup_code() {
      return group_code;
   }
   public void setGroup_code(String group_code) {
      this.group_code = group_code;
   }
   public String getName() {
      return name;
   }
   public void setName(String name) {
      this.name = name;
   }
   public String getMdm_code() {
      return mdm_code;
   }
   public void setMdm_code(String mdm_code) {
      this.mdm_code = mdm_code;
   }
   public int getDr() {
      return dr;
   }
   public void setDr(int dr) {
      this.dr = dr;
   }
   public String getAdmin_division() {
      return admin_division;
   }
   public void setAdmin_division(String admin_division) {
      this.admin_division = admin_division;
   }
   public String getAdmin_division_code() {
      return admin_division_code;
   }
   public void setAdmin_division_code(String admin_division_code) {
      this.admin_division_code = admin_division_code;
   }
   public String getBirthday() {
      return birthday;
   }
   public void setBirthday(String birthday) {
      this.birthday = birthday;
   }
   public String getBirthplace() {
      return birthplace;
   }
   public void setBirthplace(String birthplace) {
      this.birthplace = birthplace;
   }
   public String getCittizenship() {
      return cittizenship;
   }
   public void setCittizenship(String cittizenship) {
      this.cittizenship = cittizenship;
   }
   public String getCountry() {
      return country;
   }
   public void setCountry(String country) {
      this.country = country;
   }
   public String getDept_type() {
      return dept_type;
   }
   public void setDept_type(String dept_type) {
      this.dept_type = dept_type;
   }
   public String getDeptName() {
      return deptName;
   }
   public void setDeptName(String deptName) {
      this.deptName = deptName;
   }
   public String getEducation() {
      return education;
   }
   public void setEducation(String education) {
      this.education = education;
   }
   public String getEmployer_code() {
      return employer_code;
   }
   public void setEmployer_code(String employer_code) {
      this.employer_code = employer_code;
   }
   public String getEmployment_form() {
      return employment_form;
   }
   public void setEmployment_form(String employment_form) {
      this.employment_form = employment_form;
   }
   public String getId_number() {
      return id_number;
   }
   public void setId_number(String id_number) {
      this.id_number = id_number;
   }
   public String getId_type() {
      return id_type;
   }
   public void setId_type(String id_type) {
      this.id_type = id_type;
   }
   public String getIs_keyposion() {
      return is_keyposion;
   }
   public void setIs_keyposion(String is_keyposion) {
      this.is_keyposion = is_keyposion;
   }
   public String getMarital_status() {
      return marital_status;
   }
   public void setMarital_status(String marital_status) {
      this.marital_status = marital_status;
   }
   public String getMobile_phone() {
      return mobile_phone;
   }
   public void setMobile_phone(String mobile_phone) {
      this.mobile_phone = mobile_phone;
   }
   public String getNationality() {
      return nationality;
   }
   public void setNationality(String nationality) {
      this.nationality = nationality;
   }
   public String getOffice_telephone() {
      return office_telephone;
   }
   public void setOffice_telephone(String office_telephone) {
      this.office_telephone = office_telephone;
   }
   public String getOuter_email() {
      return outer_email;
   }
   public void setOuter_email(String outer_email) {
      this.outer_email = outer_email;
   }
   public String getParent_dept_code() {
      return parent_dept_code;
   }
   public void setParent_dept_code(String parent_dept_code) {
      this.parent_dept_code = parent_dept_code;
   }
   public String getParent_dept_name() {
      return parent_dept_name;
   }
   public void setParent_dept_name(String parent_dept_name) {
      this.parent_dept_name = parent_dept_name;
   }
   public String getPoliticcountenance() {
      return politiccountenance;
   }
   public void setPoliticcountenance(String politiccountenance) {
      this.politiccountenance = politiccountenance;
   }
   public String getPosition() {
      return position;
   }
   public void setPosition(String position) {
      this.position = position;
   }
   public String getWork_title() {
      return work_title;
   }
   public void setWork_title(String work_title) {
      this.work_title = work_title;
   }
   public String getWorker_category() {
      return worker_category;
   }
   public void setWorker_category(String worker_category) {
      this.worker_category = worker_category;
   }
   public String getWorker_duty() {
      return worker_duty;
   }
   public void setWorker_duty(String worker_duty) {
      this.worker_duty = worker_duty;
   }
   public String getWorker_email() {
      return worker_email;
   }
   public void setWorker_email(String worker_email) {
      this.worker_email = worker_email;
   }
   public String getWorker_level() {
      return worker_level;
   }
   public void setWorker_level(String worker_level) {
      this.worker_level = worker_level;
   }
   public String getWorker_security_level() {
      return worker_security_level;
   }
   public void setWorker_security_level(String worker_security_level) {
      this.worker_security_level = worker_security_level;
   }
   public int getMdm_workflow() {
      return mdm_workflow;
   }
   public void setMdm_workflow(int mdm_workflow) {
      this.mdm_workflow = mdm_workflow;
   }
   public String getModifier() {
      return modifier;
   }
   public void setModifier(String modifier) {
      this.modifier = modifier;
   }
   public String getModifytime() {
      return modifytime;
   }
   public void setModifytime(String modifytime) {
      this.modifytime = modifytime;
   }
   public String getCreator() {
      return creator;
   }
   public void setCreator(String creator) {
      this.creator = creator;
   }
   public String getCreatetime() {
      return createtime;
   }
   public void setCreatetime(String createtime) {
      this.createtime = createtime;
   }
   public int getMdm_datastatus() {
      return mdm_datastatus;
   }
   public void setMdm_datastatus(int mdm_datastatus) {
      this.mdm_datastatus = mdm_datastatus;
   }
   public String getLink_fieldvalue() {
      return link_fieldvalue;
   }
   public void setLink_fieldvalue(String link_fieldvalue) {
      this.link_fieldvalue = link_fieldvalue;
   }
   public String getFlow_middatastatus() {
      return flow_middatastatus;
   }
   public void setFlow_middatastatus(String flow_middatastatus) {
      this.flow_middatastatus = flow_middatastatus;
   }
   public String getEmployer() {
      return employer;
   }
   public void setEmployer(String employer) {
      this.employer = employer;
   }
   public int getMdm_duplicate() {
      return mdm_duplicate;
   }
   public void setMdm_duplicate(int mdm_duplicate) {
      this.mdm_duplicate = mdm_duplicate;
   }
   public EnumerableData getGender_entity() {
      return gender_entity;
   }
   public void setGender_entity(EnumerableData gender_entity) {
      this.gender_entity = gender_entity;
   }
   public EnumerableData getEmployment_type_entity() {
      return employment_type_entity;
   }
   public void setEmployment_type_entity(EnumerableData employment_type_entity) {
      this.employment_type_entity = employment_type_entity;
   }
   public String getGerder() {
      return gerder;
   }
   public void setGerder(String gerder) {
      this.gerder = gerder;
   }
   public String getEmployment_type() {
      return employment_type;
   }
   public void setEmployment_type(String employment_type) {
      this.employment_type = employment_type;
   }
   public String getEmployment_type_nane() {
      return employment_type_nane;
   }
   public void setEmployment_type_nane(String employment_type_nane) {
      this.employment_type_nane = employment_type_nane;
   }
   public String getMdm_cleanstatus() {
      return mdm_cleanstatus;
   }
   public void setMdm_cleanstatus(String mdm_cleanstatus) {
      this.mdm_cleanstatus = mdm_cleanstatus;
   }
   public String getMdm_parentcode() {
      return mdm_parentcode;
   }
   public void setMdm_parentcode(String mdm_parentcode) {
      this.mdm_parentcode = mdm_parentcode;
   }
   public String getMdm_yersion() {
      return mdm_yersion;
   }
   public void setMdm_yersion(String mdm_yersion) {
      this.mdm_yersion = mdm_yersion;
   }
   public String getDr_mdm_code() {
      return dr_mdm_code;
   }
   public void setDr_mdm_code(String dr_mdm_code) {
      this.dr_mdm_code = dr_mdm_code;
   }
   public String getPk_mdm() {
      return pk_mdm;
   }
   public void setPk_mdm(String pk_mdm) {
      this.pk_mdm = pk_mdm;
   }
   public String getGender_name() {
      return gender_name;
   }
   public void setGender_name(String gender_name) {
      this.gender_name = gender_name;
   }
   public String getTs() {
      return ts;
   }
   public void setTs(String ts) {
      this.ts = ts;
   }
   @Override
   public String toString() {
      return "PersonMasterData{" +
         "id='" + id + '\'' +
         ", lm_code='" + lm_code + '\'' +
         ", group_code='" + group_code + '\'' +
         ", name='" + name + '\'' +
         ", mdm_code='" + mdm_code + '\'' +
         ", dr=" + dr +
         ", admin_division='" + admin_division + '\'' +
         ", admin_division_code='" + admin_division_code + '\'' +
         ", birthday='" + birthday + '\'' +
         ", birthplace='" + birthplace + '\'' +
         ", cittizenship='" + cittizenship + '\'' +
         ", country='" + country + '\'' +
         ", dept_type='" + dept_type + '\'' +
         ", deptName='" + deptName + '\'' +
         ", education='" + education + '\'' +
         ", employer_code='" + employer_code + '\'' +
         ", employment_form='" + employment_form + '\'' +
         ", id_number='" + id_number + '\'' +
         ", id_type='" + id_type + '\'' +
         ", is_keyposion='" + is_keyposion + '\'' +
         ", marital_status='" + marital_status + '\'' +
         ", mobile_phone='" + mobile_phone + '\'' +
         ", nationality='" + nationality + '\'' +
         ", office_telephone='" + office_telephone + '\'' +
         ", outer_email='" + outer_email + '\'' +
         ", parent_dept_code='" + parent_dept_code + '\'' +
         ", parent_dept_name='" + parent_dept_name + '\'' +
         ", politiccountenance='" + politiccountenance + '\'' +
         ", position='" + position + '\'' +
         ", work_title='" + work_title + '\'' +
         ", worker_category='" + worker_category + '\'' +
         ", worker_duty='" + worker_duty + '\'' +
         ", worker_email='" + worker_email + '\'' +
         ", worker_level='" + worker_level + '\'' +
         ", worker_security_level='" + worker_security_level + '\'' +
         ", mdm_workflow=" + mdm_workflow +
         ", modifier='" + modifier + '\'' +
         ", modifytime='" + modifytime + '\'' +
         ", creator='" + creator + '\'' +
         ", createtime='" + createtime + '\'' +
         ", mdm_datastatus=" + mdm_datastatus +
         ", link_fieldvalue='" + link_fieldvalue + '\'' +
         ", flow_middatastatus='" + flow_middatastatus + '\'' +
         ", employer='" + employer + '\'' +
         ", mdm_duplicate=" + mdm_duplicate +
         ", gender_entity=" + gender_entity +
         ", employment_type_entity=" + employment_type_entity +
         ", gerder='" + gerder + '\'' +
         ", employment_type='" + employment_type + '\'' +
         ", employment_type_nane='" + employment_type_nane + '\'' +
         ", mdm_cleanstatus='" + mdm_cleanstatus + '\'' +
         ", mdm_parentcode='" + mdm_parentcode + '\'' +
         ", mdm_yersion='" + mdm_yersion + '\'' +
         ", dr_mdm_code='" + dr_mdm_code + '\'' +
         ", pk_mdm='" + pk_mdm + '\'' +
         ", gender_name='" + gender_name + '\'' +
         ", ts='" + ts + '\'' +
         '}';
   }
}