From 97985676d46d67eeb56645f9c88428aa7709714b Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 19 七月 2017 11:39:14 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/VisitQueryItem.java | 149 +++++++++++++++++++++++++++----------------------
1 files changed, 83 insertions(+), 66 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 89b40d8..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
@@ -9,8 +9,8 @@
private String registerId;
// 浜哄憳鍚嶅瓧
private String username;
- // 鍥剧墖鍦板潃
- private String imagePath;
+ // 鐩戞帶鍥剧墖
+ private String surveillancePhoto;
// 鍏徃鍚嶇О
private String companyName;
// 搴ф満鐢佃瘽
@@ -25,26 +25,28 @@
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 浜哄憳涓婚敭
@@ -52,7 +54,7 @@
public String getRegisterId() {
return registerId;
}
-
+
/**
* Set 浜哄憳涓婚敭
*/
@@ -66,7 +68,7 @@
public String getUsername() {
return username;
}
-
+
/**
* Set 浜哄憳鍚嶅瓧
*/
@@ -75,17 +77,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;
}
/**
@@ -94,7 +96,7 @@
public String getCompanyName() {
return companyName;
}
-
+
/**
* Set 鍏徃鍚嶇О
*/
@@ -108,7 +110,7 @@
public String getTel() {
return tel;
}
-
+
/**
* Set 搴ф満鐢佃瘽
*/
@@ -122,7 +124,7 @@
public String getIdentifyNum() {
return identifyNum;
}
-
+
/**
* Set 璇佷欢缂栧彿
*/
@@ -136,7 +138,7 @@
public String getDeptName() {
return deptName;
}
-
+
/**
* Set 閮ㄩ棬鍚嶇О
*/
@@ -150,7 +152,7 @@
public String getCompanyId() {
return companyId;
}
-
+
/**
* Set 鍏徃涓婚敭
*/
@@ -164,7 +166,7 @@
public String getPostName() {
return postName;
}
-
+
/**
* Set 鑱屼綅鍚嶇О
*/
@@ -178,7 +180,7 @@
public String getMobilePhone() {
return mobilePhone;
}
-
+
/**
* Set 绉诲姩鐢佃瘽
*/
@@ -187,153 +189,168 @@
}
/**
- * Get
+ * Get
*/
public String getType() {
return type;
}
-
+
/**
- * Set
+ * Set
*/
public void setType(String type) {
this.type = type;
}
/**
- * Get
+ * Get
*/
public String getGender() {
return gender;
}
-
+
/**
- * Set
+ * Set
*/
public void setGender(String gender) {
this.gender = gender;
}
/**
- * Get
+ * Get
*/
public String getIdentityType() {
return identityType;
}
-
+
/**
- * Set
+ * Set
*/
public void setIdentityType(String identityType) {
this.identityType = identityType;
}
/**
- * Get
+ * Get
*/
public String getBirthday() {
return birthday;
}
-
+
/**
- * Set
+ * Set
*/
public void setBirthday(String birthday) {
this.birthday = birthday;
}
/**
- * Get
+ * Get
*/
public String getCountryName() {
return countryName;
}
-
+
/**
- * Set
+ * Set
*/
public void setCountryName(String countryName) {
this.countryName = countryName;
}
/**
- * Get
+ * Get
*/
public String getVisitee() {
return visitee;
}
-
+
/**
- * Set
+ * Set
*/
public void setVisitee(String visitee) {
this.visitee = visitee;
}
/**
- * Get
+ * Get
*/
public String getVisitReason() {
return visitReason;
}
-
+
/**
- * Set
+ * Set
*/
public void setVisitReason(String visitReason) {
this.visitReason = visitReason;
}
/**
- * Get
+ * Get
*/
public String getEnterTime() {
return enterTime;
}
-
+
/**
- * Set
+ * Set
*/
public void setEnterTime(String enterTime) {
this.enterTime = enterTime;
}
/**
- * Get
+ * Get
*/
public String getExitTime() {
return exitTime;
}
-
+
/**
- * Set
+ * Set
*/
public void setExitTime(String exitTime) {
this.exitTime = exitTime;
}
/**
- * Get
+ * Get
*/
public String getCurrentStatus() {
return currentStatus;
}
-
+
/**
- * Set
+ * 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
- ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鍥剧墖鍦板潃 =" + imagePath +
- ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + tel + ",璇佷欢缂栧彿 =" + identifyNum +
- ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName +
- ",绉诲姩鐢佃瘽 =" + mobilePhone + ", =" + type + ", =" + gender +
- ", =" + identityType + ", =" + birthday + ", =" + countryName +
- ", =" + visitee + ", =" + visitReason + ", =" + enterTime +
- ", =" + exitTime + ", =" + currentStatus;
+ 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