xuxiuxi
2017-04-18 4dcad62f9276d34d13ff6e35bd8b0a910a1df3f1
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java
@@ -17,6 +17,8 @@
   private String postName;
   // 部门名称
   private String deptName;
   //
   private String time;
   /**
    * Get 人员主键
@@ -116,10 +118,24 @@
      this.deptName = deptName;
   }
   /**
    * Get
    */
   public String getTime() {
      return time;
   }
   /**
    * Set
    */
   public void setTime(String time) {
      this.time = time;
   }
   public String toString() {
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",图片地址 =" + imagePath  +
                  ",证件编号 =" + identifyNum +  ",名称 ="   + gender     +  ",职位名称 =" + postName   +
                  ",部门名称 =" + deptName  ;
                  ",部门名称 =" + deptName   +  ", ="     + time      ;
   }
}