From d999731ac1ba495dbfea06cbb14dcfd3a53bcd64 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期六, 22 七月 2017 00:03:04 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java | 136 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 135 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 e8e6f36..01f5bbb 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; @@ -101,6 +100,42 @@ public static final String surveillancePhotoId = "surveillancePhotoId"; public static final String visitorTypeId = "visitorTypeId"; + /** + * 韬唤璁よ瘉 锛�0--鏈璇侊紝1--宸茶璇� + */ + public static final String authentication="authentication"; + + public static final String idCardHeadPhoto="idCardHeadPhoto"; + /** + * 鑰冨嫟浜哄憳绫诲瀷 + */ + public static final String attenderTypeId="attenderTypeId"; + + /** + * 鍗″彿 + */ + public static final String card_number="cardNumber"; + + + + 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"; + + /** + * 璁惧鎵�鍦ㄦ満鏋刬d + */ + private static final String deviceCompanyId="device_company_id"; + } // 浜哄憳涓婚敭 @@ -147,6 +182,73 @@ private String surveillancePhotoId; // 璁垮绫诲瀷 private String visitorTypeId; + private String department; + private String post; + /** + * 韬唤璁よ瘉 锛�0--鏈璇侊紝1--宸茶璇� + */ + public String authentication ; + + public String idCardHeadPhoto; + /** + * 鑰冨嫟浜哄憳绫诲瀷 + */ + public String attenderTypeId; + + /** + * 鍗″彿 + */ + public String card_number; + + //鍚屾鏃堕棿 + private String updateTime; + + //鏄惁鍚屾 + private String isSynchron; + + //璁惧鎵�鍦ㄦ満鏋刬d + private String deviceCompanyId; + + public String getDeviceCompanyId() { + return deviceCompanyId; + } + + public void setDeviceCompanyId(String deviceCompanyId) { + this.deviceCompanyId = deviceCompanyId; + } + + + 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; + } + + public String getAttenderTypeId() { + return attenderTypeId; + } + + public void setAttenderTypeId(String attenderTypeId) { + this.attenderTypeId = attenderTypeId; + } + + public String getCard_number() { + return card_number; + } + + public void setCard_number(String card_number) { + this.card_number = card_number; + } /** * Get 浜哄憳涓婚敭 @@ -450,6 +552,38 @@ 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