From 324e0a59ff4fcd11b3ec8bbfecc893ac6a255592 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 10 四月 2017 13:22:41 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java |   84 +++++++++++++++++++++---------------------
 1 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
index d06c09d..fc162b6 100644
--- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
+++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
@@ -4,17 +4,17 @@
 public class CheckInQueryItem {
 
 	// 浜哄憳涓婚敭
-	private String id;
+	private String registerId;
 	// 浜哄憳鍚嶅瓧
-	private String name;
+	private String username;
 	// 鍥剧墖鍦板潃
 	private String imagePath;
 	// 鍏徃鍚嶇О
 	private String companyName;
 	// 搴ф満鐢佃瘽
-	private String phone;
+	private String tel;
 	// 璇佷欢缂栧彿
-	private String identify;
+	private String identifyNum;
 	// 閮ㄩ棬鍚嶇О
 	private String deptName;
 	// 鍏徃涓婚敭
@@ -23,35 +23,35 @@
 	private String postName;
 	// 绉诲姩鐢佃瘽
 	private String mobilePhone;
-	//
-	private int type;
+	// 
+	private String type;
 
 	/**
 	 * Get 浜哄憳涓婚敭
 	 */
-	public String getId() {
-		return id;
+	public String getRegisterId() {
+		return registerId;
 	}
-
+	
 	/**
 	 * Set 浜哄憳涓婚敭
 	 */
-	public void setId(String id) {
-		this.id = id;
+	public void setRegisterId(String registerId) {
+		this.registerId = registerId;
 	}
 
 	/**
 	 * Get 浜哄憳鍚嶅瓧
 	 */
-	public String getName() {
-		return name;
+	public String getUsername() {
+		return username;
 	}
-
+	
 	/**
 	 * Set 浜哄憳鍚嶅瓧
 	 */
-	public void setName(String name) {
-		this.name = name;
+	public void setUsername(String username) {
+		this.username = username;
 	}
 
 	/**
@@ -60,7 +60,7 @@
 	public String getImagePath() {
 		return imagePath;
 	}
-
+	
 	/**
 	 * Set 鍥剧墖鍦板潃
 	 */
@@ -74,7 +74,7 @@
 	public String getCompanyName() {
 		return companyName;
 	}
-
+	
 	/**
 	 * Set 鍏徃鍚嶇О
 	 */
@@ -85,29 +85,29 @@
 	/**
 	 * Get 搴ф満鐢佃瘽
 	 */
-	public String getPhone() {
-		return phone;
+	public String getTel() {
+		return tel;
 	}
-
+	
 	/**
 	 * Set 搴ф満鐢佃瘽
 	 */
-	public void setPhone(String phone) {
-		this.phone = phone;
+	public void setTel(String tel) {
+		this.tel = tel;
 	}
 
 	/**
 	 * Get 璇佷欢缂栧彿
 	 */
-	public String getIdentify() {
-		return identify;
+	public String getIdentifyNum() {
+		return identifyNum;
 	}
-
+	
 	/**
 	 * Set 璇佷欢缂栧彿
 	 */
-	public void setIdentify(String identify) {
-		this.identify = identify;
+	public void setIdentifyNum(String identifyNum) {
+		this.identifyNum = identifyNum;
 	}
 
 	/**
@@ -116,7 +116,7 @@
 	public String getDeptName() {
 		return deptName;
 	}
-
+	
 	/**
 	 * Set 閮ㄩ棬鍚嶇О
 	 */
@@ -130,7 +130,7 @@
 	public String getCompanyId() {
 		return companyId;
 	}
-
+	
 	/**
 	 * Set 鍏徃涓婚敭
 	 */
@@ -144,7 +144,7 @@
 	public String getPostName() {
 		return postName;
 	}
-
+	
 	/**
 	 * Set 鑱屼綅鍚嶇О
 	 */
@@ -158,7 +158,7 @@
 	public String getMobilePhone() {
 		return mobilePhone;
 	}
-
+	
 	/**
 	 * Set 绉诲姩鐢佃瘽
 	 */
@@ -167,24 +167,24 @@
 	}
 
 	/**
-	 * Get
+	 * Get 
 	 */
-	public int getType() {
+	public String getType() {
 		return type;
 	}
-
+	
 	/**
-	 * Set
+	 * Set 
 	 */
-	public void setType(int type) {
+	public void setType(String type) {
 		this.type = type;
 	}
 
 	public String toString() {
-		return
-				",浜哄憳涓婚敭 =" + id         +  ",浜哄憳鍚嶅瓧 =" + name       +  ",鍥剧墖鍦板潃 =" + imagePath  +
-						",鍏徃鍚嶇О =" + companyName +  ",搴ф満鐢佃瘽 =" + phone      +  ",璇佷欢缂栧彿 =" + identify   +
-						",閮ㄩ棬鍚嶇О =" + deptName   +  ",鍏徃涓婚敭 =" + companyId  +  ",鑱屼綅鍚嶇О =" + postName   +
-						",绉诲姩鐢佃瘽 =" + mobilePhone +  ", ="     + type      ;
+		return 
+			 ",浜哄憳涓婚敭 =" + registerId +  ",浜哄憳鍚嶅瓧 =" + username   +  ",鍥剧墖鍦板潃 =" + imagePath  + 
+			 ",鍏徃鍚嶇О =" + companyName +  ",搴ф満鐢佃瘽 =" + tel        +  ",璇佷欢缂栧彿 =" + identifyNum + 
+			 ",閮ㄩ棬鍚嶇О =" + deptName   +  ",鍏徃涓婚敭 =" + companyId  +  ",鑱屼綅鍚嶇О =" + postName   + 
+			 ",绉诲姩鐢佃瘽 =" + mobilePhone +  ", ="     + type      ;
 	}
 }

--
Gitblit v1.8.0