From 4101a19a8f119fd4d5408efcfd9db6e90c82ac0c Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 19 四月 2017 11:22:03 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java |   98 ++++++++++++++++++++++++++++++++----------------
 1 files changed, 65 insertions(+), 33 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 e871ce9..1fd8b4d 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
@@ -3,18 +3,64 @@
 
 public class AttendanceQueryItem {
 
+	// 浜哄憳涓婚敭
+	private String registerId;
+	// 浜哄憳鍚嶅瓧
+	private String username;
+	// 鍥剧墖鍦板潃
+	private String imagePath;
 	// 璇佷欢缂栧彿
 	private String identifyNum;
-	// 浜哄憳鍚嶅瓧
-	private String name;
 	// 鍚嶇О
 	private String gender;
 	// 鑱屼綅鍚嶇О
 	private String postName;
 	// 閮ㄩ棬鍚嶇О
 	private String deptName;
-	// 鍥剧墖鍦板潃
-	private String imagePath;
+	//
+	private String time;
+
+	/**
+	 * Get 浜哄憳涓婚敭
+	 */
+	public String getRegisterId() {
+		return registerId;
+	}
+
+	/**
+	 * Set 浜哄憳涓婚敭
+	 */
+	public void setRegisterId(String registerId) {
+		this.registerId = registerId;
+	}
+
+	/**
+	 * Get 浜哄憳鍚嶅瓧
+	 */
+	public String getUsername() {
+		return username;
+	}
+
+	/**
+	 * Set 浜哄憳鍚嶅瓧
+	 */
+	public void setUsername(String username) {
+		this.username = username;
+	}
+
+	/**
+	 * Get 鍥剧墖鍦板潃
+	 */
+	public String getImagePath() {
+		return imagePath;
+	}
+
+	/**
+	 * Set 鍥剧墖鍦板潃
+	 */
+	public void setImagePath(String imagePath) {
+		this.imagePath = imagePath;
+	}
 
 	/**
 	 * Get 璇佷欢缂栧彿
@@ -22,7 +68,7 @@
 	public String getIdentifyNum() {
 		return identifyNum;
 	}
-	
+
 	/**
 	 * Set 璇佷欢缂栧彿
 	 */
@@ -31,26 +77,12 @@
 	}
 
 	/**
-	 * Get 浜哄憳鍚嶅瓧
-	 */
-	public String getName() {
-		return name;
-	}
-	
-	/**
-	 * Set 浜哄憳鍚嶅瓧
-	 */
-	public void setName(String name) {
-		this.name = name;
-	}
-
-	/**
 	 * Get 鍚嶇О
 	 */
 	public String getGender() {
 		return gender;
 	}
-	
+
 	/**
 	 * Set 鍚嶇О
 	 */
@@ -64,7 +96,7 @@
 	public String getPostName() {
 		return postName;
 	}
-	
+
 	/**
 	 * Set 鑱屼綅鍚嶇О
 	 */
@@ -78,7 +110,7 @@
 	public String getDeptName() {
 		return deptName;
 	}
-	
+
 	/**
 	 * Set 閮ㄩ棬鍚嶇О
 	 */
@@ -87,23 +119,23 @@
 	}
 
 	/**
-	 * Get 鍥剧墖鍦板潃
+	 * Get
 	 */
-	public String getImagePath() {
-		return imagePath;
+	public String getTime() {
+		return time;
 	}
-	
+
 	/**
-	 * Set 鍥剧墖鍦板潃
+	 * Set
 	 */
-	public void setImagePath(String imagePath) {
-		this.imagePath = imagePath;
+	public void setTime(String time) {
+		this.time = time;
 	}
 
 	public String toString() {
-		return 
-			 ",璇佷欢缂栧彿 =" + identifyNum +  ",浜哄憳鍚嶅瓧 =" + name       +  ",鍚嶇О ="   + gender     + 
-			 ",鑱屼綅鍚嶇О =" + postName   +  ",閮ㄩ棬鍚嶇О =" + deptName   +  ",鍥剧墖鍦板潃 =" + imagePath 
-			;
+		return
+				",浜哄憳涓婚敭 =" + registerId +  ",浜哄憳鍚嶅瓧 =" + username   +  ",鍥剧墖鍦板潃 =" + imagePath  +
+						",璇佷欢缂栧彿 =" + identifyNum +  ",鍚嶇О ="   + gender     +  ",鑱屼綅鍚嶇О =" + postName   +
+						",閮ㄩ棬鍚嶇О =" + deptName   +  ", ="     + time      ;
 	}
 }

--
Gitblit v1.8.0