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/VisitQueryItem.java | 423 +++++++++++++++++++++++++++++++++------------------- 1 files changed, 269 insertions(+), 154 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..a5c34ae 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 @@ -5,103 +5,117 @@ public class VisitQueryItem { + // 浜哄憳涓婚敭 + private String registerId; // 浜哄憳鍚嶅瓧 - private String name; - // 绉诲姩鐢佃瘽 - private String mobilePhone; - // 鍚嶇О - private String gender; - // 鍚嶇О - private String identityType; - // 鍚嶇О - private String countryName; + private String username; + // 鐩戞帶鍥剧墖 + private String surveillancePhoto; + // 鍏徃鍚嶇О + private String companyName; + // 搴ф満鐢佃瘽 + private String tel; // 璇佷欢缂栧彿 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 companyId; + // 鑱屼綅鍚嶇О + private String postName; + // 绉诲姩鐢佃瘽 + private String mobilePhone; + // + private String type; + // + private String gender; + // + private String identityType; + // + private String birthday; + // + private String countryName; + // + private String visitee; + // + private String visitReason; + // + private String enterTime; + // + private String exitTime; + // + private String currentStatus; + // + private String idCardPhoto; + + /** + * Get 浜哄憳涓婚敭 + */ + public String getRegisterId() { + return registerId; + } + + /** + * Set 浜哄憳涓婚敭 + */ + 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; } /** - * Get 绉诲姩鐢佃瘽 + * Get 鐩戞帶鍥剧墖 */ - public String getMobilePhone() { - return mobilePhone; + public String getSurveillancePhoto() { + return surveillancePhoto; } /** - * Set 绉诲姩鐢佃瘽 + * Set 鐩戞帶鍥剧墖 */ - public void setMobilePhone(String mobilePhone) { - this.mobilePhone = mobilePhone; + public void setSurveillancePhoto(String surveillancePhoto) { + this.surveillancePhoto = surveillancePhoto; } /** - * Get 鍚嶇О + * Get 鍏徃鍚嶇О */ - public String getGender() { - return gender; + public String getCompanyName() { + return companyName; } /** - * Set 鍚嶇О + * Set 鍏徃鍚嶇О */ - public void setGender(String gender) { - this.gender = gender; + public void setCompanyName(String companyName) { + this.companyName = companyName; } /** - * Get 鍚嶇О + * Get 搴ф満鐢佃瘽 */ - public String getIdentityType() { - return identityType; + public String getTel() { + return tel; } /** - * Set 鍚嶇О + * Set 搴ф満鐢佃瘽 */ - public void setIdentityType(String identityType) { - this.identityType = identityType; - } - - /** - * Get 鍚嶇О - */ - public String getCountryName() { - return countryName; - } - - /** - * Set 鍚嶇О - */ - public void setCountryName(String countryName) { - this.countryName = countryName; + public void setTel(String tel) { + this.tel = tel; } /** @@ -119,90 +133,6 @@ } /** - * 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; - } - - /** - * Get 浜哄憳鍚嶅瓧 - */ - public String getToPerson() { - return toPerson; - } - - /** - * 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() { @@ -217,25 +147,210 @@ } /** - * Get 鏈�鏂扮殑璁块棶鐘舵�� + * Get 鍏徃涓婚敭 */ - public String getStatus() { - return status; + public String getCompanyId() { + return companyId; } /** - * Set 鏈�鏂扮殑璁块棶鐘舵�� + * Set 鍏徃涓婚敭 */ - public void setStatus(String status) { - this.status = status; + 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; + } + + /** + * 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 getBirthday() { + return birthday; + } + + /** + * Set + */ + public void setBirthday(String birthday) { + this.birthday = birthday; + } + + /** + * Get + */ + public String getCountryName() { + return countryName; + } + + /** + * Set + */ + public void setCountryName(String countryName) { + this.countryName = countryName; + } + + /** + * Get + */ + public String getVisitee() { + return visitee; + } + + /** + * Set + */ + public void setVisitee(String visitee) { + this.visitee = visitee; + } + + /** + * Get + */ + public String getVisitReason() { + return visitReason; + } + + /** + * Set + */ + public void setVisitReason(String visitReason) { + this.visitReason = visitReason; + } + + /** + * Get + */ + public String getEnterTime() { + return enterTime; + } + + /** + * Set + */ + public void setEnterTime(String enterTime) { + this.enterTime = enterTime; + } + + /** + * Get + */ + public String getExitTime() { + return exitTime; + } + + /** + * Set + */ + public void setExitTime(String exitTime) { + this.exitTime = exitTime; + } + + /** + * Get + */ + public String getCurrentStatus() { + return currentStatus; + } + + /** + * Set + */ + public void setCurrentStatus(String currentStatus) { + this.currentStatus = currentStatus; + } + + /** + * Get + */ + public String getIdCardPhoto() { + return idCardPhoto; + } + + /** + * Set + */ + public void setIdCardPhoto(String idCardPhoto) { + this.idCardPhoto = idCardPhoto; } public String toString() { return - ",浜哄憳鍚嶅瓧 =" + name + ",绉诲姩鐢佃瘽 =" + mobilePhone + ",鍚嶇О =" + gender + - ",鍚嶇О =" + identityType + ",鍚嶇О =" + countryName + ",璇佷欢缂栧彿 =" + identifyNum + - ",鍑虹敓鏃ユ湡 =" + birthday + ",鍏徃鍚嶇О =" + compnayName + ",浜哄憳鍚嶅瓧 =" + toPerson + - ",鏉ヨ鏃堕棿 =" + startTime + ",绛剧鏃堕棿 =" + lastTime + ",璁块棶浜嬬敱 =" + bfsq + - ",閮ㄩ棬鍚嶇О =" + deptName + ",鏈�鏂扮殑璁块棶鐘舵�� ="+ status ; + ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鐩戞帶鍥剧墖 =" + surveillancePhoto + + ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + tel + ",璇佷欢缂栧彿 =" + identifyNum + + ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName + + ",绉诲姩鐢佃瘽 =" + mobilePhone + ", =" + type + ", =" + gender + + ", =" + identityType + ", =" + birthday + ", =" + countryName + + ", =" + visitee + ", =" + visitReason + ", =" + enterTime + + ", =" + exitTime + ", =" + currentStatus + ", =" + idCardPhoto + ; } } -- Gitblit v1.8.0