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