田源
2024-04-15 fb5a9f2aa4dab720ff32ac229ac68f98de532a2a
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/PersonMasterData.java
@@ -1,6 +1,7 @@
package com.vci.ubcs.code.vo.webserviceModel.person;
public class PersonMasterData {
   /***
    * 数据在此系统中唯一标识
    */
@@ -15,51 +16,62 @@
    * 集团员工编号
    */
   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 citizenship;
   /**
    * 国家/地区
    */
   private String country;
   /***
    * 部门
    */
   private String dept_type;
   /***
    * 部门名称
    */
   private String deptName;
   private String dept_name;
   /***
    * 学历
    */
@@ -69,37 +81,42 @@
    * 任职单位编码
    */
   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;
   /**
    * 办公电话
    */
@@ -114,6 +131,7 @@
    *上级门编码
    */
   private String parent_dept_code;
   /***
    *上级门名称
    */
@@ -123,6 +141,7 @@
    *政治面貌
    */
   private String politiccountenance;
   /***
    * 岗位
    */
@@ -132,10 +151,16 @@
    * 职称
    */
   private String work_title;
   /***
    * 人员类别
    */
   private String worker_category;
   /**
    * 人员类别编码
    */
   private String worker_category_code;
   /***
    * 职务
@@ -153,6 +178,31 @@
   private String worker_level;
   /***
    * 职级编码
    */
   private String worker_level_code;
   /**
    * 国密等级编码
    */
   private String country_level_code;
   /**
    * 国密等级名称
    */
   private String country_level_name;
   /**
    * 商密等级编码
    */
   private String business_level_code;
   /**
    * 商密等级名称
    */
   private String business_level_name;
   /***
    * 人员密级
    */
   private String worker_security_level;
@@ -161,44 +211,62 @@
    * 流程状态
    */
   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 gender;
   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() {
@@ -281,12 +349,36 @@
      this.birthplace = birthplace;
   }
   public String getCittizenship() {
      return cittizenship;
   public String getCitizenship() {
      return citizenship;
   }
   public void setCittizenship(String cittizenship) {
      this.cittizenship = cittizenship;
   public void setCitizenship(String citizenship) {
      this.citizenship = citizenship;
   }
   public String getWorker_category_code() {
      return worker_category_code;
   }
   public String getWorker_level_code() {
      return worker_level_code;
   }
   public String getCountry_level_code() {
      return country_level_code;
   }
   public String getCountry_level_name() {
      return country_level_name;
   }
   public String getBusiness_level_code() {
      return business_level_code;
   }
   public String getBusiness_level_name() {
      return business_level_name;
   }
   public String getCountry() {
@@ -297,6 +389,30 @@
      this.country = country;
   }
   public void setWorker_category_code(String worker_category_code) {
      this.worker_category_code = worker_category_code;
   }
   public void setWorker_level_code(String worker_level_code) {
      this.worker_level_code = worker_level_code;
   }
   public void setCountry_level_code(String country_level_code) {
      this.country_level_code = country_level_code;
   }
   public void setCountry_level_name(String country_level_name) {
      this.country_level_name = country_level_name;
   }
   public void setBusiness_level_code(String business_level_code) {
      this.business_level_code = business_level_code;
   }
   public void setBusiness_level_name(String business_level_name) {
      this.business_level_name = business_level_name;
   }
   public String getDept_type() {
      return dept_type;
   }
@@ -305,12 +421,12 @@
      this.dept_type = dept_type;
   }
   public String getDeptName() {
      return deptName;
   public String getDept_name() {
      return dept_name;
   }
   public void setDeptName(String deptName) {
      this.deptName = deptName;
   public void setDept_name(String dept_name) {
      this.dept_name = dept_name;
   }
   public String getEducation() {
@@ -577,12 +693,12 @@
      this.employment_type_entity = employment_type_entity;
   }
   public String getGerder() {
      return gerder;
   public String getGender() {
      return gender;
   }
   public void setGerder(String gerder) {
      this.gerder = gerder;
   public void setGender(String gender) {
      this.gender = gender;
   }
   public String getEmployment_type() {
@@ -670,10 +786,10 @@
         ", admin_division_code='" + admin_division_code + '\'' +
         ", birthday='" + birthday + '\'' +
         ", birthplace='" + birthplace + '\'' +
         ", cittizenship='" + cittizenship + '\'' +
         ", citizenship='" + citizenship + '\'' +
         ", country='" + country + '\'' +
         ", dept_type='" + dept_type + '\'' +
         ", deptName='" + deptName + '\'' +
         ", dept_name='" + dept_name + '\'' +
         ", education='" + education + '\'' +
         ", employer_code='" + employer_code + '\'' +
         ", employment_form='" + employment_form + '\'' +
@@ -707,7 +823,7 @@
         ", mdm_duplicate=" + mdm_duplicate +
         ", gender_entity=" + gender_entity +
         ", employment_type_entity=" + employment_type_entity +
         ", gerder='" + gerder + '\'' +
         ", gender='" + gender + '\'' +
         ", employment_type='" + employment_type + '\'' +
         ", employment_type_nane='" + employment_type_nane + '\'' +
         ", mdm_cleanstatus='" + mdm_cleanstatus + '\'' +
@@ -719,4 +835,5 @@
         ", ts='" + ts + '\'' +
         '}';
   }
}