xuxiuxi
2017-04-20 d0f80c035edd38c53de13150ad7f109e50ddfcfb
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java
@@ -9,24 +9,18 @@
   private String username;
   // 图片地址
   private String imagePath;
   // 公司名称
   private String companyName;
   // 座机电话
   private String tel;
   // 证件编号
   private String identifyNum;
   // 部门名称
   private String deptName;
   // 公司主键
   private String companyId;
   // 职位名称
   private String postName;
   // 移动电话
   private String mobilePhone;
   // 名称
   private String gender;
   // 职位名称
   private String postName;
   // 部门名称
   private String deptName;
   //
   private String type;
   private String time;
   //
   private String attendanceType;
   /**
    * Get 人员主键
@@ -71,34 +65,6 @@
   }
   /**
    * Get 公司名称
    */
   public String getCompanyName() {
      return companyName;
   }
   /**
    * Set 公司名称
    */
   public void setCompanyName(String companyName) {
      this.companyName = companyName;
   }
   /**
    * Get 座机电话
    */
   public String getTel() {
      return tel;
   }
   /**
    * Set 座机电话
    */
   public void setTel(String tel) {
      this.tel = tel;
   }
   /**
    * Get 证件编号
    */
   public String getIdentifyNum() {
@@ -110,62 +76,6 @@
    */
   public void setIdentifyNum(String identifyNum) {
      this.identifyNum = identifyNum;
   }
   /**
    * Get 部门名称
    */
   public String getDeptName() {
      return deptName;
   }
   /**
    * Set 部门名称
    */
   public void setDeptName(String deptName) {
      this.deptName = deptName;
   }
   /**
    * Get 公司主键
    */
   public String getCompanyId() {
      return companyId;
   }
   /**
    * Set 公司主键
    */
   public void setCompanyId(String companyId) {
      this.companyId = companyId;
   }
   /**
    * Get 职位名称
    */
   public String getPostName() {
      return postName;
   }
   /**
    * Set 职位名称
    */
   public void setPostName(String postName) {
      this.postName = postName;
   }
   /**
    * Get 移动电话
    */
   public String getMobilePhone() {
      return mobilePhone;
   }
   /**
    * Set 移动电话
    */
   public void setMobilePhone(String mobilePhone) {
      this.mobilePhone = mobilePhone;
   }
   /**
@@ -183,25 +93,66 @@
   }
   /**
    * Get 职位名称
    */
   public String getPostName() {
      return postName;
   }
   /**
    * Set 职位名称
    */
   public void setPostName(String postName) {
      this.postName = postName;
   }
   /**
    * Get 部门名称
    */
   public String getDeptName() {
      return deptName;
   }
   /**
    * Set 部门名称
    */
   public void setDeptName(String deptName) {
      this.deptName = deptName;
   }
   /**
    * Get
    */
   public String getType() {
      return type;
   public String getTime() {
      return time;
   }
   /**
    * Set
    */
   public void setType(String type) {
      this.type = type;
   public void setTime(String time) {
      this.time = time;
   }
   /**
    * Get
    */
   public String getAttendanceType() {
      return attendanceType;
   }
   /**
    * Set
    */
   public void setAttendanceType(String attendanceType) {
      this.attendanceType = attendanceType;
   }
   public String toString() {
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",图片地址 =" + imagePath  +
                  ",公司名称 =" + companyName +  ",座机电话 =" + tel        +  ",证件编号 =" + identifyNum +
                  ",部门名称 =" + deptName   +  ",公司主键 =" + companyId  +  ",职位名称 =" + postName   +
                  ",移动电话 =" + mobilePhone +  ",名称 ="   + gender     +  ", ="     + type
                  ",证件编号 =" + identifyNum +  ",名称 ="   + gender     +  ",职位名称 =" + postName   +
                  ",部门名称 =" + deptName   +  ", ="     + time       +  ", ="     + attendanceType
            ;
   }
}