xuxiuxi
2017-05-25 7e7f99a8c753e7a2a70fd854a79bf75b861bdc66
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,8 @@
   private String surveillancePhoto;
   // 监控图片id
   private String surveillancePhotoId;
   // 访客类型
   private String visitorTypeId;
   /**
    * Get 人员主键
@@ -438,6 +442,14 @@
      this.surveillancePhotoId = surveillancePhotoId;
   }
   public String getVisitorTypeId() {
      return visitorTypeId;
   }
   public void setVisitorTypeId(String visitorTypeId) {
      this.visitorTypeId = visitorTypeId;
   }
   public String toString() {
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",人员名首字母 ="+ nameEn     +