From 109ffe9a777658936a38d0c146579a67c60a0d17 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 11 五月 2017 17:48:48 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java | 66 +++++++++++++++------------------ 1 files changed, 30 insertions(+), 36 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 fc162b6..84c28a2 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 @@ -7,8 +7,8 @@ private String registerId; // 浜哄憳鍚嶅瓧 private String username; - // 鍥剧墖鍦板潃 - private String imagePath; + // 鐩戞帶鍥剧墖 + private String surveillancePhoto; // 鍏徃鍚嶇О private String companyName; // 搴ф満鐢佃瘽 @@ -23,8 +23,8 @@ private String postName; // 绉诲姩鐢佃瘽 private String mobilePhone; - // - private String type; + // 鍗遍櫓浜哄憳璀﹀憡娑堟伅 + private String warning; /** * Get 浜哄憳涓婚敭 @@ -32,7 +32,7 @@ public String getRegisterId() { return registerId; } - + /** * Set 浜哄憳涓婚敭 */ @@ -46,7 +46,7 @@ public String getUsername() { return username; } - + /** * Set 浜哄憳鍚嶅瓧 */ @@ -55,17 +55,17 @@ } /** - * 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; } /** @@ -74,7 +74,7 @@ public String getCompanyName() { return companyName; } - + /** * Set 鍏徃鍚嶇О */ @@ -88,7 +88,7 @@ public String getTel() { return tel; } - + /** * Set 搴ф満鐢佃瘽 */ @@ -102,7 +102,7 @@ public String getIdentifyNum() { return identifyNum; } - + /** * Set 璇佷欢缂栧彿 */ @@ -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 绉诲姩鐢佃瘽 */ @@ -166,25 +166,19 @@ this.mobilePhone = mobilePhone; } - /** - * Get - */ - public String getType() { - return type; + public String getWarning() { + return warning; } - - /** - * Set - */ - public void setType(String type) { - this.type = type; + + public void setWarning(String warning) { + this.warning = warning; } public String toString() { - return - ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鍥剧墖鍦板潃 =" + imagePath + - ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + tel + ",璇佷欢缂栧彿 =" + identifyNum + - ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName + - ",绉诲姩鐢佃瘽 =" + mobilePhone + ", =" + type ; + return + ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鐩戞帶鍥剧墖 =" + surveillancePhoto + + ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + tel + ",璇佷欢缂栧彿 =" + identifyNum + + ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName + + ",绉诲姩鐢佃瘽 =" + mobilePhone; } } -- Gitblit v1.8.0