From 490ffd78c5b6efd53543bbfa8401a9aa7b0c4f53 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 07 四月 2017 13:42:33 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java | 57 +++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 37 insertions(+), 20 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java index 56be8c0..ea9bee8 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java +++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java @@ -33,6 +33,8 @@ private String deptName; // 鏈�鏂扮殑璁块棶鐘舵�� private String status; + // 鍥剧墖鍦板潃 + private String imagePath; /** * Get 浜哄憳鍚嶅瓧 @@ -40,7 +42,7 @@ public String getName() { return name; } - + /** * Set 浜哄憳鍚嶅瓧 */ @@ -54,7 +56,7 @@ public String getMobilePhone() { return mobilePhone; } - + /** * Set 绉诲姩鐢佃瘽 */ @@ -68,7 +70,7 @@ public String getGender() { return gender; } - + /** * Set 鍚嶇О */ @@ -82,7 +84,7 @@ public String getIdentityType() { return identityType; } - + /** * Set 鍚嶇О */ @@ -96,7 +98,7 @@ public String getCountryName() { return countryName; } - + /** * Set 鍚嶇О */ @@ -110,7 +112,7 @@ public String getIdentifyNum() { return identifyNum; } - + /** * Set 璇佷欢缂栧彿 */ @@ -124,7 +126,7 @@ public String getBirthday() { return birthday; } - + /** * Set 鍑虹敓鏃ユ湡 */ @@ -138,7 +140,7 @@ public String getCompnayName() { return compnayName; } - + /** * Set 鍏徃鍚嶇О */ @@ -152,7 +154,7 @@ public String getToPerson() { return toPerson; } - + /** * Set 浜哄憳鍚嶅瓧 */ @@ -166,7 +168,7 @@ public String getStartTime() { return startTime; } - + /** * Set 鏉ヨ鏃堕棿 */ @@ -180,7 +182,7 @@ public String getLastTime() { return lastTime; } - + /** * Set 绛剧鏃堕棿 */ @@ -194,7 +196,7 @@ public String getBfsq() { return bfsq; } - + /** * Set 璁块棶浜嬬敱 */ @@ -208,7 +210,7 @@ public String getDeptName() { return deptName; } - + /** * Set 閮ㄩ棬鍚嶇О */ @@ -222,7 +224,7 @@ public String getStatus() { return status; } - + /** * Set 鏈�鏂扮殑璁块棶鐘舵�� */ @@ -230,12 +232,27 @@ 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 + ; } } -- Gitblit v1.8.0