From 34271f0af0982b4fc930e7c079c87b45de2d943d Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 17 七月 2017 16:49:57 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 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..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 @@ -99,6 +99,10 @@ * 鐩戞帶鍥剧墖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"; } // 浜哄憳涓婚敭 @@ -143,6 +147,12 @@ private String surveillancePhoto; // 鐩戞帶鍥剧墖id private String surveillancePhotoId; + // 璁垮绫诲瀷 + private String visitorTypeId; + private String authentication; + private String idCardHeadPhoto; + private String department; + private String post; /** * Get 浜哄憳涓婚敭 @@ -438,6 +448,46 @@ 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 + -- Gitblit v1.8.0