| | |
| | | package com.vci.ubcs.code.vo.webserviceModel.person; |
| | | |
| | | public class PersonMasterData { |
| | | |
| | | /*** |
| | | * 数据在此系统中唯一标识 |
| | | */ |
| | |
| | | * 集团员工编号 |
| | | */ |
| | | 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; |
| | | |
| | | /*** |
| | | * 学历 |
| | | */ |
| | |
| | | * 任职单位编码 |
| | | */ |
| | | 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 parent_dept_code; |
| | | |
| | | /*** |
| | | *上级门名称 |
| | | */ |
| | |
| | | *政治面貌 |
| | | */ |
| | | private String politiccountenance; |
| | | |
| | | /*** |
| | | * 岗位 |
| | | */ |
| | |
| | | * 职称 |
| | | */ |
| | | private String work_title; |
| | | |
| | | /*** |
| | | * 人员类别 |
| | | */ |
| | | private String worker_category; |
| | | |
| | | /** |
| | | * 人员类别编码 |
| | | */ |
| | | private String worker_category_code; |
| | | |
| | | /*** |
| | | * 职务 |
| | |
| | | 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; |
| | |
| | | * 流程状态 |
| | | */ |
| | | 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; |
| | | |
| | | |
| | | private String graduatecolleges; |
| | | private String is_on_duty; |
| | | private String is_on_job; |
| | | private String leibie; |
| | | private String major; |
| | | private String position_code; |
| | | |
| | | private String post_state_code; |
| | | private String post_state_name; |
| | | private String sort_num; |
| | | private String worktime; |
| | | |
| | | private String workyear; |
| | | |
| | | public String getId() { |
| | | return id; |
| | |
| | | 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() { |
| | |
| | | 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; |
| | | } |
| | |
| | | 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() { |
| | |
| | | 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() { |
| | |
| | | this.ts = ts; |
| | | } |
| | | |
| | | public String getGraduatecolleges() { |
| | | return graduatecolleges; |
| | | } |
| | | |
| | | public void setGraduatecolleges(String graduatecolleges) { |
| | | this.graduatecolleges = graduatecolleges; |
| | | } |
| | | |
| | | public String getIs_on_duty() { |
| | | return is_on_duty; |
| | | } |
| | | |
| | | public void setIs_on_duty(String is_on_duty) { |
| | | this.is_on_duty = is_on_duty; |
| | | } |
| | | |
| | | public String getIs_on_job() { |
| | | return is_on_job; |
| | | } |
| | | |
| | | public void setIs_on_job(String is_on_job) { |
| | | this.is_on_job = is_on_job; |
| | | } |
| | | |
| | | public String getLeibie() { |
| | | return leibie; |
| | | } |
| | | |
| | | public void setLeibie(String leibie) { |
| | | this.leibie = leibie; |
| | | } |
| | | |
| | | public String getMajor() { |
| | | return major; |
| | | } |
| | | |
| | | public void setMajor(String major) { |
| | | this.major = major; |
| | | } |
| | | |
| | | public String getPosition_code() { |
| | | return position_code; |
| | | } |
| | | |
| | | public void setPosition_code(String position_code) { |
| | | this.position_code = position_code; |
| | | } |
| | | |
| | | public String getPost_state_code() { |
| | | return post_state_code; |
| | | } |
| | | |
| | | public void setPost_state_code(String post_state_code) { |
| | | this.post_state_code = post_state_code; |
| | | } |
| | | |
| | | public String getPost_state_name() { |
| | | return post_state_name; |
| | | } |
| | | |
| | | public void setPost_state_name(String post_state_name) { |
| | | this.post_state_name = post_state_name; |
| | | } |
| | | |
| | | public String getSort_num() { |
| | | return sort_num; |
| | | } |
| | | |
| | | public void setSort_num(String sort_num) { |
| | | this.sort_num = sort_num; |
| | | } |
| | | |
| | | public String getWorktime() { |
| | | return worktime; |
| | | } |
| | | |
| | | public void setWorktime(String worktime) { |
| | | this.worktime = worktime; |
| | | } |
| | | |
| | | public String getWorkyear() { |
| | | return workyear; |
| | | } |
| | | |
| | | public void setWorkyear(String workyear) { |
| | | this.workyear = workyear; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "PersonMasterData{" + |
| | |
| | | ", 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 + '\'' + |
| | |
| | | ", position='" + position + '\'' + |
| | | ", work_title='" + work_title + '\'' + |
| | | ", worker_category='" + worker_category + '\'' + |
| | | ", worker_category_code='" + worker_category_code + '\'' + |
| | | ", worker_duty='" + worker_duty + '\'' + |
| | | ", worker_email='" + worker_email + '\'' + |
| | | ", worker_level='" + worker_level + '\'' + |
| | | ", worker_level_code='" + worker_level_code + '\'' + |
| | | ", country_level_code='" + country_level_code + '\'' + |
| | | ", country_level_name='" + country_level_name + '\'' + |
| | | ", business_level_code='" + business_level_code + '\'' + |
| | | ", business_level_name='" + business_level_name + '\'' + |
| | | ", worker_security_level='" + worker_security_level + '\'' + |
| | | ", mdm_workflow=" + mdm_workflow + |
| | | ", modifier='" + modifier + '\'' + |
| | |
| | | ", 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 + '\'' + |
| | |
| | | ", pk_mdm='" + pk_mdm + '\'' + |
| | | ", gender_name='" + gender_name + '\'' + |
| | | ", ts='" + ts + '\'' + |
| | | ", graduatecolleges='" + graduatecolleges + '\'' + |
| | | ", is_on_duty='" + is_on_duty + '\'' + |
| | | ", is_on_job='" + is_on_job + '\'' + |
| | | ", leibie='" + leibie + '\'' + |
| | | ", major='" + major + '\'' + |
| | | ", position_code='" + position_code + '\'' + |
| | | ", post_state_code='" + post_state_code + '\'' + |
| | | ", post_state_name='" + post_state_name + '\'' + |
| | | ", sort_num='" + sort_num + '\'' + |
| | | ", worktime='" + worktime + '\'' + |
| | | ", workyear='" + workyear + '\'' + |
| | | '}'; |
| | | } |
| | | |
| | | } |