xuxiuxi
2017-04-13 81b5612ff5fa95f7af8fcb9c10d92495de79150e
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
@@ -23,8 +23,6 @@
   private String postName;
   // 移动电话
   private String mobilePhone;
   //
   private String type;
   /**
    * Get 人员主键
@@ -32,7 +30,7 @@
   public String getRegisterId() {
      return registerId;
   }
   /**
    * Set 人员主键
    */
@@ -46,7 +44,7 @@
   public String getUsername() {
      return username;
   }
   /**
    * Set 人员名字
    */
@@ -60,7 +58,7 @@
   public String getImagePath() {
      return imagePath;
   }
   /**
    * Set 图片地址
    */
@@ -74,7 +72,7 @@
   public String getCompanyName() {
      return companyName;
   }
   /**
    * Set 公司名称
    */
@@ -88,7 +86,7 @@
   public String getTel() {
      return tel;
   }
   /**
    * Set 座机电话
    */
@@ -102,7 +100,7 @@
   public String getIdentifyNum() {
      return identifyNum;
   }
   /**
    * Set 证件编号
    */
@@ -116,7 +114,7 @@
   public String getDeptName() {
      return deptName;
   }
   /**
    * Set 部门名称
    */
@@ -130,7 +128,7 @@
   public String getCompanyId() {
      return companyId;
   }
   /**
    * Set 公司主键
    */
@@ -144,7 +142,7 @@
   public String getPostName() {
      return postName;
   }
   /**
    * Set 职位名称
    */
@@ -158,7 +156,7 @@
   public String getMobilePhone() {
      return mobilePhone;
   }
   /**
    * Set 移动电话
    */
@@ -166,25 +164,11 @@
      this.mobilePhone = mobilePhone;
   }
   /**
    * Get
    */
   public String getType() {
      return type;
   }
   /**
    * Set
    */
   public void setType(String type) {
      this.type = type;
   }
   public String toString() {
      return
          ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",图片地址 =" + imagePath  +
          ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
          ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
          ",移动电话 =" + mobilePhone +  ", ="     + type      ;
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",图片地址 =" + imagePath  +
                  ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
                  ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
                  ",移动电话 =" + mobilePhone;
   }
}