sujinwen
2017-07-25 c7caa54d8d58af6159f2c758ad5d6687d461a333
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java
@@ -11,16 +11,12 @@
   private String surveillancePhoto;
   // 证件编号
   private String identifyNum;
   // 名称
   private String gender;
   // 职位名称
   private String postName;
   // 名称
   private String gender;
   // 部门名称
   private String deptName;
   //
   private String time;
   //
   private String attendanceType;
   /**
    * Get 人员主键
@@ -28,7 +24,7 @@
   public String getRegisterId() {
      return registerId;
   }
   /**
    * Set 人员主键
    */
@@ -42,7 +38,7 @@
   public String getUsername() {
      return username;
   }
   /**
    * Set 人员名字
    */
@@ -56,7 +52,7 @@
   public String getSurveillancePhoto() {
      return surveillancePhoto;
   }
   /**
    * Set 监控图片
    */
@@ -70,7 +66,7 @@
   public String getIdentifyNum() {
      return identifyNum;
   }
   /**
    * Set 证件编号
    */
@@ -79,26 +75,12 @@
   }
   /**
    * Get 名称
    */
   public String getGender() {
      return gender;
   }
   /**
    * Set 名称
    */
   public void setGender(String gender) {
      this.gender = gender;
   }
   /**
    * Get 职位名称
    */
   public String getPostName() {
      return postName;
   }
   /**
    * Set 职位名称
    */
@@ -107,12 +89,26 @@
   }
   /**
    * Get 名称
    */
   public String getGender() {
      return gender;
   }
   /**
    * Set 名称
    */
   public void setGender(String gender) {
      this.gender = gender;
   }
   /**
    * Get 部门名称
    */
   public String getDeptName() {
      return deptName;
   }
   /**
    * Set 部门名称
    */
@@ -120,39 +116,10 @@
      this.deptName = deptName;
   }
   /**
    * Get
    */
   public String getTime() {
      return time;
   }
   /**
    * Set
    */
   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   +  ",监控图片 =" + surveillancePhoto +
          ",证件编号 =" + identifyNum +  ",名称 ="   + gender     +  ",职位名称 =" + postName   +
          ",部门名称 =" + deptName   +  ", ="     + time       +  ", ="     + attendanceType
         ;
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",监控图片 =" + surveillancePhoto +
                  ",证件编号 =" + identifyNum +  ",职位名称 =" + postName   +  ",名称 ="   + gender     +
                  ",部门名称 =" + deptName  ;
   }
}