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/VisitQueryItem.java | 366 +++++++++++++++++++++------------------------------- 1 files changed, 149 insertions(+), 217 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 ea9bee8..8cf3a42 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 @@ -1,235 +1,57 @@ package cn.com.basic.face.discern.query.item; -import java.util.Date; - public class VisitQueryItem { + // 浜哄憳涓婚敭 + private String registerId; // 浜哄憳鍚嶅瓧 - private String name; - // 绉诲姩鐢佃瘽 - private String mobilePhone; - // 鍚嶇О - private String gender; - // 鍚嶇О - private String identityType; - // 鍚嶇О - private String countryName; - // 璇佷欢缂栧彿 - private String identifyNum; - // 鍑虹敓鏃ユ湡 - private String birthday; - // 鍏徃鍚嶇О - private String compnayName; - // 浜哄憳鍚嶅瓧 - private String toPerson; - // 鏉ヨ鏃堕棿 - private String startTime; - // 绛剧鏃堕棿 - private String lastTime; - // 璁块棶浜嬬敱 - private String bfsq; - // 閮ㄩ棬鍚嶇О - private String deptName; - // 鏈�鏂扮殑璁块棶鐘舵�� - private String status; + private String username; // 鍥剧墖鍦板潃 private String imagePath; + // 鍏徃鍚嶇О + private String companyName; + // 搴ф満鐢佃瘽 + private String tel; + // 璇佷欢缂栧彿 + private String identifyNum; + // 閮ㄩ棬鍚嶇О + private String deptName; + // 鍏徃涓婚敭 + private String companyId; + // 鑱屼綅鍚嶇О + private String postName; + // 绉诲姩鐢佃瘽 + private String mobilePhone; + // + private String type; /** - * Get 浜哄憳鍚嶅瓧 + * Get 浜哄憳涓婚敭 */ - public String getName() { - return name; + public String getRegisterId() { + return registerId; } - + /** - * Set 浜哄憳鍚嶅瓧 + * Set 浜哄憳涓婚敭 */ - public void setName(String name) { - this.name = name; - } - - /** - * Get 绉诲姩鐢佃瘽 - */ - public String getMobilePhone() { - return mobilePhone; - } - - /** - * Set 绉诲姩鐢佃瘽 - */ - public void setMobilePhone(String mobilePhone) { - this.mobilePhone = mobilePhone; - } - - /** - * Get 鍚嶇О - */ - public String getGender() { - return gender; - } - - /** - * Set 鍚嶇О - */ - public void setGender(String gender) { - this.gender = gender; - } - - /** - * Get 鍚嶇О - */ - public String getIdentityType() { - return identityType; - } - - /** - * Set 鍚嶇О - */ - public void setIdentityType(String identityType) { - this.identityType = identityType; - } - - /** - * Get 鍚嶇О - */ - public String getCountryName() { - return countryName; - } - - /** - * Set 鍚嶇О - */ - public void setCountryName(String countryName) { - this.countryName = countryName; - } - - /** - * Get 璇佷欢缂栧彿 - */ - public String getIdentifyNum() { - return identifyNum; - } - - /** - * Set 璇佷欢缂栧彿 - */ - public void setIdentifyNum(String identifyNum) { - this.identifyNum = identifyNum; - } - - /** - * Get 鍑虹敓鏃ユ湡 - */ - public String getBirthday() { - return birthday; - } - - /** - * Set 鍑虹敓鏃ユ湡 - */ - public void setBirthday(String birthday) { - this.birthday = birthday; - } - - /** - * Get 鍏徃鍚嶇О - */ - public String getCompnayName() { - return compnayName; - } - - /** - * Set 鍏徃鍚嶇О - */ - public void setCompnayName(String compnayName) { - this.compnayName = compnayName; + public void setRegisterId(String registerId) { + this.registerId = registerId; } /** * Get 浜哄憳鍚嶅瓧 */ - public String getToPerson() { - return toPerson; + public String getUsername() { + return username; } - + /** * Set 浜哄憳鍚嶅瓧 */ - public void setToPerson(String toPerson) { - this.toPerson = toPerson; - } - - /** - * Get 鏉ヨ鏃堕棿 - */ - public String getStartTime() { - return startTime; - } - - /** - * Set 鏉ヨ鏃堕棿 - */ - public void setStartTime(String startTime) { - this.startTime = startTime; - } - - /** - * Get 绛剧鏃堕棿 - */ - public String getLastTime() { - return lastTime; - } - - /** - * Set 绛剧鏃堕棿 - */ - public void setLastTime(String lastTime) { - this.lastTime = lastTime; - } - - /** - * Get 璁块棶浜嬬敱 - */ - public String getBfsq() { - return bfsq; - } - - /** - * Set 璁块棶浜嬬敱 - */ - public void setBfsq(String bfsq) { - this.bfsq = bfsq; - } - - /** - * Get 閮ㄩ棬鍚嶇О - */ - public String getDeptName() { - return deptName; - } - - /** - * Set 閮ㄩ棬鍚嶇О - */ - public void setDeptName(String deptName) { - this.deptName = deptName; - } - - /** - * Get 鏈�鏂扮殑璁块棶鐘舵�� - */ - public String getStatus() { - return status; - } - - /** - * Set 鏈�鏂扮殑璁块棶鐘舵�� - */ - public void setStatus(String status) { - this.status = status; + public void setUsername(String username) { + this.username = username; } /** @@ -238,7 +60,7 @@ public String getImagePath() { return imagePath; } - + /** * Set 鍥剧墖鍦板潃 */ @@ -246,13 +68,123 @@ this.imagePath = imagePath; } + /** + * Get 鍏徃鍚嶇О + */ + public String getCompanyName() { + return companyName; + } + + /** + * Set 鍏徃鍚嶇О + */ + public void setCompanyName(String companyName) { + this.companyName = companyName; + } + + /** + * Get 搴ф満鐢佃瘽 + */ + public String getTel() { + return tel; + } + + /** + * Set 搴ф満鐢佃瘽 + */ + public void setTel(String tel) { + this.tel = tel; + } + + /** + * Get 璇佷欢缂栧彿 + */ + public String getIdentifyNum() { + return identifyNum; + } + + /** + * Set 璇佷欢缂栧彿 + */ + public void setIdentifyNum(String identifyNum) { + this.identifyNum = identifyNum; + } + + /** + * 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; + } + + /** + * Get + */ + public String getType() { + return type; + } + + /** + * Set + */ + public void setType(String type) { + this.type = type; + } + public String toString() { - return - ",浜哄憳鍚嶅瓧 =" + name + ",绉诲姩鐢佃瘽 =" + mobilePhone + ",鍚嶇О =" + gender + - ",鍚嶇О =" + identityType + ",鍚嶇О =" + countryName + ",璇佷欢缂栧彿 =" + identifyNum + - ",鍑虹敓鏃ユ湡 =" + birthday + ",鍏徃鍚嶇О =" + compnayName + ",浜哄憳鍚嶅瓧 =" + toPerson + - ",鏉ヨ鏃堕棿 =" + startTime + ",绛剧鏃堕棿 =" + lastTime + ",璁块棶浜嬬敱 =" + bfsq + - ",閮ㄩ棬鍚嶇О =" + deptName + ",鏈�鏂扮殑璁块棶鐘舵�� ="+ status + ",鍥剧墖鍦板潃 =" + imagePath - ; + return + ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鍥剧墖鍦板潃 =" + imagePath + + ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + tel + ",璇佷欢缂栧彿 =" + identifyNum + + ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName + + ",绉诲姩鐢佃瘽 =" + mobilePhone + ", =" + type ; } } -- Gitblit v1.8.0