xuxiuxi
2017-04-20 d2f697fa887e28b86d38332e2fbde930c54fb43f
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java
@@ -17,6 +17,10 @@
   private String postName;
   // 部门名称
   private String deptName;
   //
   private String time;
   //
   private String attendanceType;
   /**
    * Get 人员主键
@@ -116,10 +120,39 @@
      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   +  ",图片地址 =" + imagePath  +
                  ",证件编号 =" + identifyNum +  ",名称 ="   + gender     +  ",职位名称 =" + postName   +
                  ",部门名称 =" + deptName  ;
                  ",部门名称 =" + deptName   +  ", ="     + time       +  ", ="     + attendanceType
            ;
   }
}