xuxiuxi
2017-05-11 48f6bbfd957f1aba067d6ccf8e4bb00f811d35c8
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
@@ -23,6 +23,8 @@
   private String postName;
   // 移动电话
   private String mobilePhone;
   // 危险人员警告消息
   private String warning;
   /**
    * Get 人员主键
@@ -30,7 +32,7 @@
   public String getRegisterId() {
      return registerId;
   }
   /**
    * Set 人员主键
    */
@@ -44,7 +46,7 @@
   public String getUsername() {
      return username;
   }
   /**
    * Set 人员名字
    */
@@ -58,7 +60,7 @@
   public String getSurveillancePhoto() {
      return surveillancePhoto;
   }
   /**
    * Set 监控图片
    */
@@ -72,7 +74,7 @@
   public String getCompanyName() {
      return companyName;
   }
   /**
    * Set 公司名称
    */
@@ -86,7 +88,7 @@
   public String getTel() {
      return tel;
   }
   /**
    * Set 座机电话
    */
@@ -100,7 +102,7 @@
   public String getIdentifyNum() {
      return identifyNum;
   }
   /**
    * Set 证件编号
    */
@@ -114,7 +116,7 @@
   public String getDeptName() {
      return deptName;
   }
   /**
    * Set 部门名称
    */
@@ -128,7 +130,7 @@
   public String getCompanyId() {
      return companyId;
   }
   /**
    * Set 公司主键
    */
@@ -142,7 +144,7 @@
   public String getPostName() {
      return postName;
   }
   /**
    * Set 职位名称
    */
@@ -156,7 +158,7 @@
   public String getMobilePhone() {
      return mobilePhone;
   }
   /**
    * Set 移动电话
    */
@@ -164,11 +166,19 @@
      this.mobilePhone = mobilePhone;
   }
   public String getWarning() {
      return warning;
   }
   public void setWarning(String warning) {
      this.warning = warning;
   }
   public String toString() {
      return
          ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",监控图片 =" + surveillancePhoto +
          ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
          ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
          ",移动电话 =" + mobilePhone;
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",监控图片 =" + surveillancePhoto +
                  ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
                  ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
                  ",移动电话 =" + mobilePhone;
   }
}