From d289fd8eb7a6581da0dd9c9963c15b6e7c08d744 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 27 六月 2017 09:48:34 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java | 56 ++++++++++++++++++++++++++++----------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java
index 7c9b226..6bb7d31 100644
--- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java
+++ b/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;
// 鍚嶇О
@@ -17,9 +17,9 @@
private String postName;
// 閮ㄩ棬鍚嶇О
private String deptName;
- //
+ //
private String time;
- //
+ //
private String attendanceType;
/**
@@ -28,7 +28,7 @@
public String getRegisterId() {
return registerId;
}
-
+
/**
* Set 浜哄憳涓婚敭
*/
@@ -42,7 +42,7 @@
public String getUsername() {
return username;
}
-
+
/**
* Set 浜哄憳鍚嶅瓧
*/
@@ -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;
}
/**
@@ -70,7 +70,7 @@
public String getIdentifyNum() {
return identifyNum;
}
-
+
/**
* Set 璇佷欢缂栧彿
*/
@@ -84,7 +84,7 @@
public String getGender() {
return gender;
}
-
+
/**
* Set 鍚嶇О
*/
@@ -98,7 +98,7 @@
public String getPostName() {
return postName;
}
-
+
/**
* Set 鑱屼綅鍚嶇О
*/
@@ -112,7 +112,7 @@
public String getDeptName() {
return deptName;
}
-
+
/**
* Set 閮ㄩ棬鍚嶇О
*/
@@ -121,38 +121,38 @@
}
/**
- * Get
+ * Get
*/
public String getTime() {
return time;
}
-
+
/**
- * Set
+ * Set
*/
public void setTime(String time) {
this.time = time;
}
/**
- * Get
+ * Get
*/
public String getAttendanceType() {
return attendanceType;
}
-
+
/**
- * Set
+ * Set
*/
public void setAttendanceType(String attendanceType) {
this.attendanceType = attendanceType;
}
public String toString() {
- return
- ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鍥剧墖鍦板潃 =" + imagePath +
- ",璇佷欢缂栧彿 =" + identifyNum + ",鍚嶇О =" + gender + ",鑱屼綅鍚嶇О =" + postName +
- ",閮ㄩ棬鍚嶇О =" + deptName + ", =" + time + ", =" + attendanceType
- ;
+ return
+ ",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鐩戞帶鍥剧墖 =" + surveillancePhoto +
+ ",璇佷欢缂栧彿 =" + identifyNum + ",鍚嶇О =" + gender + ",鑱屼綅鍚嶇О =" + postName +
+ ",閮ㄩ棬鍚嶇О =" + deptName + ", =" + time + ", =" + attendanceType
+ ;
}
}
--
Gitblit v1.8.0