From c40962af6868287bb5d8569a7b9fc32188d19c2b Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 14 六月 2017 15:55:35 +0800
Subject: [PATCH] milestone 1
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java | 450 ++++++++++++++++++++++++++++++++++----------------------
1 files changed, 274 insertions(+), 176 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..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,105 +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 imagePath;
+ // 鍏徃涓婚敭
+ 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 鐩戞帶鍥剧墖
+ */
+ public void setSurveillancePhoto(String surveillancePhoto) {
+ this.surveillancePhoto = surveillancePhoto;
}
/**
- * Set 绉诲姩鐢佃瘽
+ * Get 鍏徃鍚嶇О
*/
- public void setMobilePhone(String mobilePhone) {
- this.mobilePhone = mobilePhone;
+ public String getCompanyName() {
+ return companyName;
+ }
+
+ /**
+ * Set 鍏徃鍚嶇О
+ */
+ public void setCompanyName(String companyName) {
+ this.companyName = companyName;
}
/**
- * Get 鍚嶇О
+ * Get 搴ф満鐢佃瘽
*/
- public String getGender() {
- return gender;
+ public String getTel() {
+ return tel;
}
-
+
/**
- * Set 鍚嶇О
+ * 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;
+ public void setTel(String tel) {
+ this.tel = tel;
}
/**
@@ -112,7 +124,7 @@
public String getIdentifyNum() {
return identifyNum;
}
-
+
/**
* Set 璇佷欢缂栧彿
*/
@@ -121,96 +133,12 @@
}
/**
- * 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() {
return deptName;
}
-
+
/**
* Set 閮ㄩ棬鍚嶇О
*/
@@ -219,40 +147,210 @@
}
/**
- * Get 鏈�鏂扮殑璁块棶鐘舵��
+ * Get 鍏徃涓婚敭
*/
- public String getStatus() {
- return status;
+ public String getCompanyId() {
+ return companyId;
+ }
+
+ /**
+ * Set 鍏徃涓婚敭
+ */
+ public void setCompanyId(String companyId) {
+ this.companyId = companyId;
}
/**
- * Set 鏈�鏂扮殑璁块棶鐘舵��
+ * Get 鑱屼綅鍚嶇О
*/
- public void setStatus(String status) {
- this.status = status;
+ public String getPostName() {
+ return postName;
+ }
+
+ /**
+ * Set 鑱屼綅鍚嶇О
+ */
+ public void setPostName(String postName) {
+ this.postName = postName;
}
/**
- * Get 鍥剧墖鍦板潃
+ * Get 绉诲姩鐢佃瘽
*/
- public String getImagePath() {
- return imagePath;
+ public String getMobilePhone() {
+ return mobilePhone;
+ }
+
+ /**
+ * Set 绉诲姩鐢佃瘽
+ */
+ public void setMobilePhone(String mobilePhone) {
+ this.mobilePhone = mobilePhone;
}
/**
- * Set 鍥剧墖鍦板潃
+ * Get
*/
- public void setImagePath(String imagePath) {
- this.imagePath = imagePath;
+ 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 + ",鍥剧墖鍦板潃 =" + imagePath
- ;
+ return
+ ",浜哄憳涓婚敭 =" + 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