From d139906e39aa91d57eb38a6b3e768718eef56333 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 19 七月 2017 10:29:51 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java | 85 +++++++++++++----------------------------- 1 files changed, 26 insertions(+), 59 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java index 6bb7d31..934b386 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java +++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java @@ -11,16 +11,12 @@ private String surveillancePhoto; // 璇佷欢缂栧彿 private String identifyNum; - // 鍚嶇О - private String gender; // 鑱屼綅鍚嶇О private String postName; + // 鍚嶇О + private String gender; // 閮ㄩ棬鍚嶇О private String deptName; - // - private String time; - // - private String attendanceType; /** * Get 浜哄憳涓婚敭 @@ -28,7 +24,7 @@ public String getRegisterId() { return registerId; } - + /** * Set 浜哄憳涓婚敭 */ @@ -42,7 +38,7 @@ public String getUsername() { return username; } - + /** * Set 浜哄憳鍚嶅瓧 */ @@ -56,7 +52,7 @@ public String getSurveillancePhoto() { return surveillancePhoto; } - + /** * Set 鐩戞帶鍥剧墖 */ @@ -70,7 +66,7 @@ public String getIdentifyNum() { return identifyNum; } - + /** * Set 璇佷欢缂栧彿 */ @@ -79,26 +75,12 @@ } /** - * Get 鍚嶇О - */ - public String getGender() { - return gender; - } - - /** - * Set 鍚嶇О - */ - public void setGender(String gender) { - this.gender = gender; - } - - /** * Get 鑱屼綅鍚嶇О */ public String getPostName() { return postName; } - + /** * Set 鑱屼綅鍚嶇О */ @@ -107,12 +89,26 @@ } /** + * Get 鍚嶇О + */ + public String getGender() { + return gender; + } + + /** + * Set 鍚嶇О + */ + public void setGender(String gender) { + this.gender = gender; + } + + /** * Get 閮ㄩ棬鍚嶇О */ public String getDeptName() { return deptName; } - + /** * Set 閮ㄩ棬鍚嶇О */ @@ -120,39 +116,10 @@ this.deptName = deptName; } - /** - * Get - */ - public String getTime() { - return time; - } - - /** - * Set - */ - public void setTime(String time) { - this.time = time; - } - - /** - * Get - */ - public String getAttendanceType() { - return attendanceType; - } - - /** - * Set - */ - public void setAttendanceType(String attendanceType) { - this.attendanceType = attendanceType; - } - public String toString() { - return - ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鐩戞帶鍥剧墖 =" + surveillancePhoto + - ",璇佷欢缂栧彿 =" + identifyNum + ",鍚嶇О =" + gender + ",鑱屼綅鍚嶇О =" + postName + - ",閮ㄩ棬鍚嶇О =" + deptName + ", =" + time + ", =" + attendanceType - ; + return + ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鐩戞帶鍥剧墖 =" + surveillancePhoto + + ",璇佷欢缂栧彿 =" + identifyNum + ",鑱屼綅鍚嶇О =" + postName + ",鍚嶇О =" + gender + + ",閮ㄩ棬鍚嶇О =" + deptName ; } } -- Gitblit v1.8.0