| | |
| | | private String postName;
|
| | | // 移动电话
|
| | | private String mobilePhone;
|
| | | // |
| | | private String type;
|
| | |
|
| | | /**
|
| | | * Get 人员主键
|
| | |
| | | this.mobilePhone = mobilePhone;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get |
| | | */
|
| | | public String getType() {
|
| | | return type;
|
| | | }
|
| | | |
| | | /**
|
| | | * Set |
| | | */
|
| | | public void setType(String type) {
|
| | | this.type = type;
|
| | | }
|
| | |
|
| | | public String toString() {
|
| | | return
|
| | | ",人员主键 =" + registerId + ",人员名字 =" + username + ",图片地址 =" + imagePath +
|
| | | ",公司名称 =" + companyName + ",座机电话 =" + tel + ",证件编号 =" + identifyNum +
|
| | | ",部门名称 =" + deptName + ",公司主键 =" + companyId + ",职位名称 =" + postName +
|
| | | ",移动电话 =" + mobilePhone + ", =" + type ;
|
| | | ",移动电话 =" + mobilePhone;
|
| | | }
|
| | | }
|