| | |
| | | private String registerId;
|
| | | // 人员名字
|
| | | private String username;
|
| | | // 图片地址
|
| | | private String imagePath;
|
| | | // 监控图片
|
| | | private String surveillancePhoto;
|
| | | // 证件编号
|
| | | private String identifyNum;
|
| | | // 名称
|
| | |
| | | private String postName;
|
| | | // 部门名称
|
| | | private String deptName;
|
| | | //
|
| | | // |
| | | private String time;
|
| | | //
|
| | | // |
| | | private String attendanceType;
|
| | |
|
| | | /**
|
| | |
| | | public String getRegisterId() {
|
| | | return registerId;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set 人员主键
|
| | | */
|
| | |
| | | public String getUsername() {
|
| | | return username;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set 人员名字
|
| | | */
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 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 getIdentifyNum() {
|
| | | return identifyNum;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set 证件编号
|
| | | */
|
| | |
| | | public String getGender() {
|
| | | return gender;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set 名称
|
| | | */
|
| | |
| | | public String getPostName() {
|
| | | return postName;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set 职位名称
|
| | | */
|
| | |
| | | public String getDeptName() {
|
| | | return deptName;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set 部门名称
|
| | | */
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * Get
|
| | | * Get |
| | | */
|
| | | public String getTime() {
|
| | | return time;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set
|
| | | * Set |
| | | */
|
| | | public void setTime(String time) {
|
| | | this.time = time;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get
|
| | | * Get |
| | | */
|
| | | public String getAttendanceType() {
|
| | | return attendanceType;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * Set
|
| | | * Set |
| | | */
|
| | | public void setAttendanceType(String attendanceType) {
|
| | | this.attendanceType = attendanceType;
|
| | | }
|
| | |
|
| | | public String toString() {
|
| | | return
|
| | | ",人员主键 =" + registerId + ",人员名字 =" + username + ",图片地址 =" + imagePath +
|
| | | ",证件编号 =" + identifyNum + ",名称 =" + gender + ",职位名称 =" + postName +
|
| | | ",部门名称 =" + deptName + ", =" + time + ", =" + attendanceType
|
| | | ;
|
| | | return |
| | | ",人员主键 =" + registerId + ",人员名字 =" + username + ",监控图片 =" + surveillancePhoto + |
| | | ",证件编号 =" + identifyNum + ",名称 =" + gender + ",职位名称 =" + postName + |
| | | ",部门名称 =" + deptName + ", =" + time + ", =" + attendanceType
|
| | | ;
|
| | | }
|
| | | }
|