xuxiuxi
2017-04-24 c34f11fb7407594f7c1eb69b11f84a45d13cfa1a
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java
@@ -7,8 +7,8 @@
   private String registerId;
   // 人员名字
   private String username;
   // 图片地址
   private String imagePath;
   // 监控图片
   private String surveillancePhoto;
   // 证件编号
   private String identifyNum;
   // 名称
@@ -51,17 +51,17 @@
   }
   /**
    * Get 图片地址
    * Get 监控图片
    */
   public String getImagePath() {
      return imagePath;
   public String getSurveillancePhoto() {
      return surveillancePhoto;
   }
   /**
    * Set 图片地址
    * Set 监控图片
    */
   public void setImagePath(String imagePath) {
      this.imagePath = imagePath;
   public void setSurveillancePhoto(String surveillancePhoto) {
      this.surveillancePhoto = surveillancePhoto;
   }
   /**
@@ -150,7 +150,7 @@
   public String toString() {
      return
            ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",图片地址 =" + imagePath  +
          ",人员主键 =" + registerId +  ",人员名字 =" + username   +  ",监控图片 =" + surveillancePhoto +
                  ",证件编号 =" + identifyNum +  ",名称 ="   + gender     +  ",职位名称 =" + postName   +
                  ",部门名称 =" + deptName   +  ", ="     + time       +  ", ="     + attendanceType
            ;