From 3a5f09c61a87adb8dba2cc4a5366893886ba1c1d Mon Sep 17 00:00:00 2001 From: dupengyue <dupengyue@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 20 七月 2017 17:31:40 +0800 Subject: [PATCH] 接口初步完成 --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java | 85 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 84 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 a28241b..c35e3c7 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 @@ -1,7 +1,6 @@ package cn.com.basic.face.discern.entity; import java.io.Serializable; -import java.util.Date; import cn.com.basic.face.discern.common.BaseEntity; @@ -99,6 +98,21 @@ * 鐩戞帶鍥剧墖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"; + + /** + * 鍚屾鏃堕棿 + */ + public static final String updateTime="update_time"; + + /** + * 鏄惁鍚屾 + */ + public static final String isSynchron="is_synchron"; + } // 浜哄憳涓婚敭 @@ -143,6 +157,35 @@ private String surveillancePhoto; // 鐩戞帶鍥剧墖id private String surveillancePhotoId; + // 璁垮绫诲瀷 + private String visitorTypeId; + private String authentication; + private String idCardHeadPhoto; + private String department; + private String post; + + //鍚屾鏃堕棿 + private String updateTime; + + //鏄惁鍚屾 + private String isSynchron; + + + public String getUpdateTime() { + return updateTime; + } + + public void setUpdateTime(String updateTime) { + this.updateTime = updateTime; + } + + public String getIsSynchron() { + return isSynchron; + } + + public void setIsSynchron(String isSynchron) { + this.isSynchron = isSynchron; + } /** * Get 浜哄憳涓婚敭 @@ -438,6 +481,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