| | |
| | | private String deptName;
|
| | | // 最新的访问状态
|
| | | private String status;
|
| | | // 图片地址
|
| | | private String imagePath;
|
| | |
|
| | | /**
|
| | | * Get 人员名字
|
| | |
| | | public String getName() {
|
| | | return name;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 人员名字
|
| | | */
|
| | |
| | | public String getMobilePhone() {
|
| | | return mobilePhone;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 移动电话
|
| | | */
|
| | |
| | | public String getGender() {
|
| | | return gender;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 名称
|
| | | */
|
| | |
| | | public String getIdentityType() {
|
| | | return identityType;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 名称
|
| | | */
|
| | |
| | | public String getCountryName() {
|
| | | return countryName;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 名称
|
| | | */
|
| | |
| | | public String getIdentifyNum() {
|
| | | return identifyNum;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 证件编号
|
| | | */
|
| | |
| | | public String getBirthday() {
|
| | | return birthday;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 出生日期
|
| | | */
|
| | |
| | | public String getCompnayName() {
|
| | | return compnayName;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 公司名称
|
| | | */
|
| | |
| | | public String getToPerson() {
|
| | | return toPerson;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 人员名字
|
| | | */
|
| | |
| | | public String getStartTime() {
|
| | | return startTime;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 来访时间
|
| | | */
|
| | |
| | | public String getLastTime() {
|
| | | return lastTime;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 签离时间
|
| | | */
|
| | |
| | | public String getBfsq() {
|
| | | return bfsq;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 访问事由
|
| | | */
|
| | |
| | | public String getDeptName() {
|
| | | return deptName;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 部门名称
|
| | | */
|
| | |
| | | public String getStatus() {
|
| | | return status;
|
| | | }
|
| | | |
| | |
|
| | | /**
|
| | | * Set 最新的访问状态
|
| | | */
|
| | |
| | | this.status = status;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 图片地址
|
| | | */
|
| | | public String getImagePath() {
|
| | | return imagePath;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 图片地址
|
| | | */
|
| | | public void setImagePath(String imagePath) {
|
| | | this.imagePath = imagePath;
|
| | | }
|
| | |
|
| | | public String toString() {
|
| | | return |
| | | ",人员名字 =" + name + ",移动电话 =" + mobilePhone + ",名称 =" + gender + |
| | | ",名称 =" + identityType + ",名称 =" + countryName + ",证件编号 =" + identifyNum + |
| | | ",出生日期 =" + birthday + ",公司名称 =" + compnayName + ",人员名字 =" + toPerson + |
| | | ",来访时间 =" + startTime + ",签离时间 =" + lastTime + ",访问事由 =" + bfsq + |
| | | ",部门名称 =" + deptName + ",最新的访问状态 ="+ status ;
|
| | | return
|
| | | ",人员名字 =" + name + ",移动电话 =" + mobilePhone + ",名称 =" + gender +
|
| | | ",名称 =" + identityType + ",名称 =" + countryName + ",证件编号 =" + identifyNum +
|
| | | ",出生日期 =" + birthday + ",公司名称 =" + compnayName + ",人员名字 =" + toPerson +
|
| | | ",来访时间 =" + startTime + ",签离时间 =" + lastTime + ",访问事由 =" + bfsq +
|
| | | ",部门名称 =" + deptName + ",最新的访问状态 ="+ status + ",图片地址 =" + imagePath
|
| | | ;
|
| | | }
|
| | | }
|