From bcefcf7249692e61574438d3857e737c2fd29ca7 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 14 七月 2017 16:50:36 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java |  134 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 133 insertions(+), 1 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java
index 6fc760d..98cea89 100644
--- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java
+++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java
@@ -83,6 +83,26 @@
 		 * 鍗遍櫓浜哄憳璀﹀憡娑堟伅
 		 */
 		public static final String warning = "warning";
+		/**
+		 * 璇佷欢鐓�
+		 */
+		public static final String idCardPhoto = "idCardPhoto";
+		/**
+		 * 涓婁紶鑷畾涔夌収鐗�
+		 */
+		public static final String uploadCustomPhoto = "uploadCustomPhoto";
+		/**
+		 * 鐩戞帶鍥剧墖
+		 */
+		public static final String surveillancePhoto = "surveillancePhoto";
+		/**
+		 * 鐩戞帶鍥剧墖id
+		 */
+		public static final String surveillancePhotoId = "surveillancePhotoId";
+
+		public static final String visitorTypeId = "visitorTypeId";
+		public static final String department = "department";
+		public static final String post = "post";
 	}
 
 	// 浜哄憳涓婚敭
@@ -119,6 +139,20 @@
 	private String remark;
 	// 鍗遍櫓浜哄憳璀﹀憡娑堟伅
 	private String warning;
+	// 璇佷欢鐓�
+	private String idCardPhoto;
+	// 涓婁紶鑷畾涔夌収鐗�
+	private String uploadCustomPhoto;
+	// 鐩戞帶鍥剧墖
+	private String surveillancePhoto;
+	// 鐩戞帶鍥剧墖id
+	private String surveillancePhotoId;
+	// 璁垮绫诲瀷
+	private String visitorTypeId;
+	private String authentication;
+	private String idCardHeadPhoto;
+	private String department;
+	private String post;
 
 	/**
 	 * Get 浜哄憳涓婚敭
@@ -358,6 +392,102 @@
 		this.warning = warning;
 	}
 
+	/**
+	 * Get 璇佷欢鐓�
+	 */
+	public String getIdCardPhoto() {
+		return idCardPhoto;
+	}
+
+	/**
+	 * Set 璇佷欢鐓�
+	 */
+	public void setIdCardPhoto(String idCardPhoto) {
+		this.idCardPhoto = idCardPhoto;
+	}
+
+	/**
+	 * Get 涓婁紶鑷畾涔夌収鐗�
+	 */
+	public String getUploadCustomPhoto() {
+		return uploadCustomPhoto;
+	}
+
+	/**
+	 * Set 涓婁紶鑷畾涔夌収鐗�
+	 */
+	public void setUploadCustomPhoto(String uploadCustomPhoto) {
+		this.uploadCustomPhoto = uploadCustomPhoto;
+	}
+
+	/**
+	 * Get 鐩戞帶鍥剧墖
+	 */
+	public String getSurveillancePhoto() {
+		return surveillancePhoto;
+	}
+
+	/**
+	 * Set 鐩戞帶鍥剧墖
+	 */
+	public void setSurveillancePhoto(String surveillancePhoto) {
+		this.surveillancePhoto = surveillancePhoto;
+	}
+
+	/**
+	 * Get 鐩戞帶鍥剧墖id
+	 */
+	public String getSurveillancePhotoId() {
+		return surveillancePhotoId;
+	}
+
+	/**
+	 * Set 鐩戞帶鍥剧墖id
+	 */
+	public void setSurveillancePhotoId(String surveillancePhotoId) {
+		this.surveillancePhotoId = surveillancePhotoId;
+	}
+
+	public String getVisitorTypeId() {
+		return visitorTypeId;
+	}
+
+	public void setVisitorTypeId(String visitorTypeId) {
+		this.visitorTypeId = visitorTypeId;
+	}
+
+	public String getAuthentication() {
+		return authentication;
+	}
+
+	public void setAuthentication(String authentication) {
+		this.authentication = authentication;
+	}
+
+	public String getIdCardHeadPhoto() {
+		return idCardHeadPhoto;
+	}
+
+	public void setIdCardHeadPhoto(String idCardHeadPhoto) {
+		this.idCardHeadPhoto = idCardHeadPhoto;
+	}
+
+	public String getDepartment() {
+		return department;
+	}
+
+	public void setDepartment(String department) {
+		this.department = department;
+	}
+
+	public String getPost() {
+		return post;
+	}
+
+	public void setPost(String post) {
+		this.post = post;
+	}
+
 	public String toString() {
 		return
 				",浜哄憳涓婚敭 =" + registerId +  ",浜哄憳鍚嶅瓧 =" + username   +  ",浜哄憳鍚嶉瀛楁瘝 ="+ nameEn     +
@@ -365,6 +495,8 @@
 						",甯� ="    + city       +  ",鍑虹敓鏃ユ湡 =" + birthday   +  ",搴ф満鐢佃瘽 =" + tel        +
 						",绉诲姩鐢佃瘽 =" + mobilePhone +  ",璇佷欢绫诲瀷 =" + identityTypeId +  ",璇佷欢缂栧彿 =" + identifyNum +
 						",鍏徃涓婚敭 =" + companyId  +  ",閮ㄩ棬涓婚敭 =" + departmentId +  ",鑱屽姟涓婚敭 =" + postId     +
-						",浜哄憳澶囨敞娑堟伅 ="+ remark     +  ",鍗遍櫓浜哄憳璀﹀憡娑堟伅 ="+ warning   ;
+						",浜哄憳澶囨敞娑堟伅 ="+ remark     +  ",鍗遍櫓浜哄憳璀﹀憡娑堟伅 ="+ warning    +  ",璇佷欢鐓� ="  + idCardPhoto +
+						",涓婁紶鑷畾涔夌収鐗� ="+ uploadCustomPhoto +  ",鐩戞帶鍥剧墖 =" + surveillancePhoto +  ",鐩戞帶鍥剧墖id ="+ surveillancePhotoId
+				;
 	}
 }

--
Gitblit v1.8.0