qvyuanxin
2017-07-20 5cb596ad347e23be44e032c2dd042253b13b27d9
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     +