From d6119c2d7fe2f802dd224d77bf2d95eeeedb4526 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 10 七月 2017 16:08:15 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 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..be97ea1 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,10 @@ private String surveillancePhoto; // 鐩戞帶鍥剧墖id private String surveillancePhotoId; + // 璁垮绫诲瀷 + private String visitorTypeId; + private String authentication; + private String idCardHeadPhoto; /** * Get 浜哄憳涓婚敭 @@ -438,6 +444,30 @@ 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 toString() { return ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",浜哄憳鍚嶉瀛楁瘝 ="+ nameEn + -- Gitblit v1.8.0