xuxiuxi
2017-07-25 c6bba5994bbc7e6fdb1841fbc97f90800f9dce0d
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java
@@ -6,7 +6,7 @@
import cn.com.basic.face.discern.common.BaseEntity;
/**
 * Register
 * 人员表
 */
public class Register extends BaseEntity implements Serializable {
@@ -99,6 +99,56 @@
       * 监控图片id
       */
      public static final String surveillancePhotoId = "surveillancePhotoId";
      /**
       * 访客类型
       */
      public static final String visitorTypeId = "visitorTypeId";
      /**
       * 身份认证
       */
      public static final String authentication = "authentication";
      /**
       * idCardHeadPhoto
       */
      public static final String idCardHeadPhoto = "idCardHeadPhoto";
      /**
       * 考勤人员类型
       */
      public static final String attenderTypeId = "attenderTypeId";
      /**
       * 卡号
       */
      public static final String cardNumber = "cardNumber";
      /**
       * 同步时间
       */
      public static final String updateTime = "updateTime";
      /**
       * 是否同步
       */
      public static final String isSynchron = "isSynchron";
      /**
       * 设备所在机构id
       */
      public static final String deviceCompanyId = "deviceCompanyId";
      /**
       * 临时原监控文件路径
       */
      public static final String rawSurveillancePhotoPath = "rawSurveillancePhotoPath";
      /**
       * 临时原监控文件宽度
       */
      public static final String rawSurveillancePhotoWidth = "rawSurveillancePhotoWidth";
      /**
       * 临时原监控文件高度
       */
      public static final String rawSurveillancePhotoHeight = "rawSurveillancePhotoHeight";
      /**
       * 临时原监控文件创建时间
       */
      public static final String post = "createTime";
      public static final String department = "createTime";
      public static final String company = "company";
   }
   // 人员主键
@@ -143,6 +193,32 @@
   private String surveillancePhoto;
   // 监控图片id
   private String surveillancePhotoId;
   // 访客类型
   private String visitorTypeId;
   // 身份认证
   private String authentication;
   // idCardHeadPhoto
   private String idCardHeadPhoto;
   // 考勤人员类型
   private String attenderTypeId;
   // 卡号
   private String cardNumber;
   // 同步时间
   private String updateTime;
   // 是否同步
   private String isSynchron;
   // 设备所在机构id
   private String deviceCompanyId;
   // 临时原监控文件路径
   private String rawSurveillancePhotoPath;
   // 临时原监控文件宽度
   private String rawSurveillancePhotoWidth;
   // 临时原监控文件高度
   private String rawSurveillancePhotoHeight;
   // 临时原监控文件创建时间
   private String createTime;
   private String company;
   private String visitorOrAttender;
   /**
    * Get 人员主键
@@ -438,15 +514,207 @@
      this.surveillancePhotoId = surveillancePhotoId;
   }
   /**
    * Get 访客类型
    */
   public String getVisitorTypeId() {
      return visitorTypeId;
   }
   /**
    * Set 访客类型
    */
   public void setVisitorTypeId(String visitorTypeId) {
      this.visitorTypeId = visitorTypeId;
   }
   /**
    * Get 身份认证
    * :0未认证,1已认证
    */
   public String getAuthentication() {
      return authentication;
   }
   /**
    * Set 身份认证
    * :0未认证,1已认证
    */
   public void setAuthentication(String authentication) {
      this.authentication = authentication;
   }
   /**
    * Get idCardHeadPhoto
    */
   public String getIdCardHeadPhoto() {
      return idCardHeadPhoto;
   }
   /**
    * Set idCardHeadPhoto
    */
   public void setIdCardHeadPhoto(String idCardHeadPhoto) {
      this.idCardHeadPhoto = idCardHeadPhoto;
   }
   /**
    * Get 考勤人员类型
    */
   public String getAttenderTypeId() {
      return attenderTypeId;
   }
   /**
    * Set 考勤人员类型
    */
   public void setAttenderTypeId(String attenderTypeId) {
      this.attenderTypeId = attenderTypeId;
   }
   /**
    * Get 卡号
    */
   public String getCardNumber() {
      return cardNumber;
   }
   /**
    * Set 卡号
    */
   public void setCardNumber(String cardNumber) {
      this.cardNumber = cardNumber;
   }
   /**
    * Get 同步时间
    */
   public String getUpdateTime() {
      return updateTime;
   }
   /**
    * Set 同步时间
    */
   public void setUpdateTime(String updateTime) {
      this.updateTime = updateTime;
   }
   /**
    * Get 是否同步
    * ,Y--已同步,N--未同步
    */
   public String getIsSynchron() {
      return isSynchron;
   }
   /**
    * Set 是否同步
    * ,Y--已同步,N--未同步
    */
   public void setIsSynchron(String isSynchron) {
      this.isSynchron = isSynchron;
   }
   /**
    * Get 设备所在机构id
    */
   public String getDeviceCompanyId() {
      return deviceCompanyId;
   }
   /**
    * Set 设备所在机构id
    */
   public void setDeviceCompanyId(String deviceCompanyId) {
      this.deviceCompanyId = deviceCompanyId;
   }
   /**
    * Get 临时原监控文件路径
    */
   public String getRawSurveillancePhotoPath() {
      return rawSurveillancePhotoPath;
   }
   /**
    * Set 临时原监控文件路径
    */
   public void setRawSurveillancePhotoPath(String rawSurveillancePhotoPath) {
      this.rawSurveillancePhotoPath = rawSurveillancePhotoPath;
   }
   /**
    * Get 临时原监控文件宽度
    */
   public String getRawSurveillancePhotoWidth() {
      return rawSurveillancePhotoWidth;
   }
   /**
    * Set 临时原监控文件宽度
    */
   public void setRawSurveillancePhotoWidth(String rawSurveillancePhotoWidth) {
      this.rawSurveillancePhotoWidth = rawSurveillancePhotoWidth;
   }
   /**
    * Get 临时原监控文件高度
    */
   public String getRawSurveillancePhotoHeight() {
      return rawSurveillancePhotoHeight;
   }
   /**
    * Set 临时原监控文件高度
    */
   public void setRawSurveillancePhotoHeight(String rawSurveillancePhotoHeight) {
      this.rawSurveillancePhotoHeight = rawSurveillancePhotoHeight;
   }
   /**
    * Get 临时原监控文件创建时间
    */
   public String getCreateTime() {
      return createTime;
   }
   /**
    * Set 临时原监控文件创建时间
    */
   public void setCreateTime(String createTime) {
      this.createTime = createTime;
   }
   public String getCompany() {
      return company;
   }
   public void setCompany(String company) {
      this.company = company;
   }
   public String getVisitorOrAttender() {
      return visitorOrAttender;
   }
   public void setVisitorOrAttender(String visitorOrAttender) {
      this.visitorOrAttender = visitorOrAttender;
   }
   public String toString() {
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",人员名首字母 ="+ nameEn     +
                  ",性别 ="   + genderId   +  ",国籍 ="   + countryId  +  ",省 ="    + province   +
                  ",市 ="    + city       +  ",出生日期 =" + birthday   +  ",座机电话 =" + tel        +
                  ",移动电话 =" + mobilePhone +  ",证件类型 =" + identityTypeId +  ",证件编号 =" + identifyNum +
                  ",公司主键 =" + companyId  +  ",部门主键 =" + departmentId +  ",职务主键 =" + postId     +
                  ",人员备注消息 ="+ remark     +  ",危险人员警告消息 ="+ warning    +  ",证件照 ="  + idCardPhoto +
                  ",上传自定义照片 ="+ uploadCustomPhoto +  ",监控图片 =" + surveillancePhoto +  ",监控图片id ="+ surveillancePhotoId
            ;
      return
          ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",人员名首字母 ="+ nameEn     +
          ",性别 ="   + genderId   +  ",国籍 ="   + countryId  +  ",省 ="    + province   +
          ",市 ="    + city       +  ",出生日期 =" + birthday   +  ",座机电话 =" + tel        +
          ",移动电话 =" + mobilePhone +  ",证件类型 =" + identityTypeId +  ",证件编号 =" + identifyNum +
          ",公司主键 =" + companyId  +  ",部门主键 =" + departmentId +  ",职务主键 =" + postId     +
          ",人员备注消息 ="+ remark     +  ",危险人员警告消息 ="+ warning    +  ",证件照 ="  + idCardPhoto +
          ",上传自定义照片 ="+ uploadCustomPhoto +  ",监控图片 =" + surveillancePhoto +  ",监控图片id ="+ surveillancePhotoId +
          ",访客类型 =" + visitorTypeId +  ",身份认证 =" + authentication +  ",idCardHeadPhoto ="+ idCardHeadPhoto +
          ",考勤人员类型 ="+ attenderTypeId +  ",卡号 ="   + cardNumber +  ",同步时间 =" + updateTime +
          ",是否同步 =" + isSynchron +  ",设备所在机构id ="+ deviceCompanyId +  ",临时原监控文件路径 ="+ rawSurveillancePhotoPath +
          ",临时原监控文件宽度 ="+ rawSurveillancePhotoWidth +  ",临时原监控文件高度 ="+ rawSurveillancePhotoHeight +  ",临时原监控文件创建时间 ="+ createTime
         ;
   }
}