From 8c5beca7503606493ea807223ca5c6b3f3eef016 Mon Sep 17 00:00:00 2001
From: lihongtao <lihongtao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 28 六月 2017 15:01:33 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 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 a28241b..e8e6f36 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
@@ -99,6 +99,8 @@
* 鐩戞帶鍥剧墖id
*/
public static final String surveillancePhotoId = "surveillancePhotoId";
+
+ public static final String visitorTypeId = "visitorTypeId";
}
// 浜哄憳涓婚敭
@@ -143,6 +145,8 @@
private String surveillancePhoto;
// 鐩戞帶鍥剧墖id
private String surveillancePhotoId;
+ // 璁垮绫诲瀷
+ private String visitorTypeId;
/**
* Get 浜哄憳涓婚敭
@@ -438,6 +442,14 @@
this.surveillancePhotoId = surveillancePhotoId;
}
+ public String getVisitorTypeId() {
+ return visitorTypeId;
+ }
+
+ public void setVisitorTypeId(String visitorTypeId) {
+ this.visitorTypeId = visitorTypeId;
+ }
+
public String toString() {
return
",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",浜哄憳鍚嶉瀛楁瘝 ="+ nameEn +
--
Gitblit v1.8.0