VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceDetailQueryItem.java
@@ -9,7 +9,7 @@ private String time; // 设备地点 private String deviceName; // 名称 // private String attendanceType; /** @@ -41,14 +41,14 @@ } /** * Get 名称 * Get */ public String getAttendanceType() { return attendanceType; } /** * Set 名称 * Set */ public void setAttendanceType(String attendanceType) { this.attendanceType = attendanceType; @@ -56,7 +56,7 @@ public String toString() { return ",签到时间 =" + time + ",设备地点 =" + deviceName + ",名称 =" + attendanceType ",签到时间 =" + time + ",设备地点 =" + deviceName + ", =" + attendanceType ; } }