From d47d76dc4c2ccd440514a6837ed04d95ba3bdc63 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 28 三月 2017 16:15:12 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitorQueryItem.java | 75 +++++++++++++++++++++++++++++++++++-- 1 files changed, 70 insertions(+), 5 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitorQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitorQueryItem.java index 202fc92..7c907c3 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitorQueryItem.java +++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitorQueryItem.java @@ -4,7 +4,7 @@ public class VisitorQueryItem { // 浜哄憳涓婚敭 - private Integer id; + private String id; // 浜哄憳鍚嶅瓧 private String name; // 鍥剧墖鍦板潃 @@ -15,18 +15,26 @@ private String phone; // 璇佷欢缂栧彿 private String identify; + // 閮ㄩ棬鍚嶇О + private String deptName; + // 鍏徃涓婚敭 + private String companyId; + // 鑱屼綅涓婚敭 + private String postName; + // 绉诲姩鐢佃瘽 + private String mobilePhone; /** * Get 浜哄憳涓婚敭 */ - public Integer getId() { + public String getId() { return id; } /** * Set 浜哄憳涓婚敭 */ - public void setId(Integer id) { + public void setId(String id) { this.id = id; } @@ -100,10 +108,67 @@ this.identify = identify; } + /** + * Get 閮ㄩ棬鍚嶇О + */ + public String getDeptName() { + return deptName; + } + + /** + * Set 閮ㄩ棬鍚嶇О + */ + public void setDeptName(String deptName) { + this.deptName = deptName; + } + + /** + * Get 鍏徃涓婚敭 + */ + public String getCompanyId() { + return companyId; + } + + /** + * Set 鍏徃涓婚敭 + */ + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + + /** + * Get 鑱屼綅涓婚敭 + */ + public String getPostName() { + return postName; + } + + /** + * Set 鑱屼綅涓婚敭 + */ + public void setPostName(String postName) { + this.postName = postName; + } + + /** + * Get 绉诲姩鐢佃瘽 + */ + public String getMobilePhone() { + return mobilePhone; + } + + /** + * Set 绉诲姩鐢佃瘽 + */ + public void setMobilePhone(String mobilePhone) { + this.mobilePhone = mobilePhone; + } + public String toString() { return ",浜哄憳涓婚敭 =" + id + ",浜哄憳鍚嶅瓧 =" + name + ",鍥剧墖鍦板潃 =" + imagePath + - ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + phone + ",璇佷欢缂栧彿 =" + identify - ; + ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + phone + ",璇佷欢缂栧彿 =" + identify + + ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅涓婚敭 =" + postName + + ",绉诲姩鐢佃瘽 =" + mobilePhone; } } -- Gitblit v1.8.0