| | |
| | | package com.vci.ubcs.code.vo.webserviceModel.person; |
| | | |
| | | public class PersonMasterData { |
| | | |
| | | /*** |
| | | * 数据在此系统中唯一标识 |
| | | */ |
| | |
| | | /*** |
| | | * 籍贯 |
| | | */ |
| | | private String citiizenship; |
| | | private String citizenship; |
| | | |
| | | /** |
| | | * 国家/地区 |
| | |
| | | private String mobile_phone; |
| | | |
| | | /*** |
| | | * 名族 |
| | | * 民族 |
| | | */ |
| | | private String nationality; |
| | | |
| | |
| | | */ |
| | | private String worker_category; |
| | | |
| | | /*** |
| | | /** |
| | | * 人员类别编码 |
| | | */ |
| | | private String worker_category_code; |
| | |
| | | private String business_level_code; |
| | | |
| | | /** |
| | | * 商密等级编码 |
| | | * 商密等级名称 |
| | | */ |
| | | private String business_level_name; |
| | | |
| | |
| | | this.birthplace = birthplace; |
| | | } |
| | | |
| | | public String getCitiizenship() { |
| | | return citiizenship; |
| | | public String getCitizenship() { |
| | | return citizenship; |
| | | } |
| | | |
| | | public void setCitiizenship(String citiizenship) { |
| | | this.citiizenship = citiizenship; |
| | | 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() { |
| | |
| | | |
| | | public void setCountry(String country) { |
| | | 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() { |
| | |
| | | |
| | | public String getWorker_level() { |
| | | return worker_level; |
| | | } |
| | | |
| | | 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 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 void setWorker_level(String worker_level) { |
| | |
| | | ", admin_division_code='" + admin_division_code + '\'' + |
| | | ", birthday='" + birthday + '\'' + |
| | | ", birthplace='" + birthplace + '\'' + |
| | | ", citiizenship='" + citiizenship + '\'' + |
| | | ", citizenship='" + citizenship + '\'' + |
| | | ", country='" + country + '\'' + |
| | | ", dept_type='" + dept_type + '\'' + |
| | | ", dept_name='" + dept_name + '\'' + |