From 2d588d61fdee6506af81d05a59e40fdd519cd50d Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 18 四月 2017 15:47:04 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/AttendanceQueryItem.java | 144 +++++++++++++-----------------------------------
1 files changed, 39 insertions(+), 105 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 00c8494..1fd8b4d 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
@@ -9,24 +9,16 @@
private String username;
// 鍥剧墖鍦板潃
private String imagePath;
- // 鍏徃鍚嶇О
- private String companyName;
- // 搴ф満鐢佃瘽
- private String tel;
// 璇佷欢缂栧彿
private String identifyNum;
- // 閮ㄩ棬鍚嶇О
- private String deptName;
- // 鍏徃涓婚敭
- private String companyId;
- // 鑱屼綅鍚嶇О
- private String postName;
- // 绉诲姩鐢佃瘽
- private String mobilePhone;
// 鍚嶇О
private String gender;
+ // 鑱屼綅鍚嶇О
+ private String postName;
+ // 閮ㄩ棬鍚嶇О
+ private String deptName;
//
- private String type;
+ private String time;
/**
* Get 浜哄憳涓婚敭
@@ -71,34 +63,6 @@
}
/**
- * Get 鍏徃鍚嶇О
- */
- public String getCompanyName() {
- return companyName;
- }
-
- /**
- * Set 鍏徃鍚嶇О
- */
- public void setCompanyName(String companyName) {
- this.companyName = companyName;
- }
-
- /**
- * Get 搴ф満鐢佃瘽
- */
- public String getTel() {
- return tel;
- }
-
- /**
- * Set 搴ф満鐢佃瘽
- */
- public void setTel(String tel) {
- this.tel = tel;
- }
-
- /**
* Get 璇佷欢缂栧彿
*/
public String getIdentifyNum() {
@@ -110,62 +74,6 @@
*/
public void setIdentifyNum(String identifyNum) {
this.identifyNum = identifyNum;
- }
-
- /**
- * Get 閮ㄩ棬鍚嶇О
- */
- public String getDeptName() {
- return deptName;
- }
-
- /**
- * Set 閮ㄩ棬鍚嶇О
- */
- public void setDeptName(String deptName) {
- this.deptName = deptName;
- }
-
- /**
- * Get 鍏徃涓婚敭
- */
- public String getCompanyId() {
- return companyId;
- }
-
- /**
- * Set 鍏徃涓婚敭
- */
- public void setCompanyId(String companyId) {
- this.companyId = companyId;
- }
-
- /**
- * Get 鑱屼綅鍚嶇О
- */
- public String getPostName() {
- return postName;
- }
-
- /**
- * Set 鑱屼綅鍚嶇О
- */
- public void setPostName(String postName) {
- this.postName = postName;
- }
-
- /**
- * Get 绉诲姩鐢佃瘽
- */
- public String getMobilePhone() {
- return mobilePhone;
- }
-
- /**
- * Set 绉诲姩鐢佃瘽
- */
- public void setMobilePhone(String mobilePhone) {
- this.mobilePhone = mobilePhone;
}
/**
@@ -183,25 +91,51 @@
}
/**
+ * Get 鑱屼綅鍚嶇О
+ */
+ public String getPostName() {
+ return postName;
+ }
+
+ /**
+ * Set 鑱屼綅鍚嶇О
+ */
+ public void setPostName(String postName) {
+ this.postName = postName;
+ }
+
+ /**
+ * Get 閮ㄩ棬鍚嶇О
+ */
+ public String getDeptName() {
+ return deptName;
+ }
+
+ /**
+ * Set 閮ㄩ棬鍚嶇О
+ */
+ public void setDeptName(String deptName) {
+ this.deptName = deptName;
+ }
+
+ /**
* Get
*/
- public String getType() {
- return type;
+ public String getTime() {
+ return time;
}
/**
* Set
*/
- public void setType(String type) {
- this.type = type;
+ public void setTime(String time) {
+ this.time = time;
}
public String toString() {
return
",浜哄憳涓婚敭 =" + registerId + ",浜哄憳鍚嶅瓧 =" + username + ",鍥剧墖鍦板潃 =" + imagePath +
- ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + tel + ",璇佷欢缂栧彿 =" + identifyNum +
- ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName +
- ",绉诲姩鐢佃瘽 =" + mobilePhone + ",鍚嶇О =" + gender + ", =" + type
- ;
+ ",璇佷欢缂栧彿 =" + identifyNum + ",鍚嶇О =" + gender + ",鑱屼綅鍚嶇О =" + postName +
+ ",閮ㄩ棬鍚嶇О =" + deptName + ", =" + time ;
}
}
--
Gitblit v1.8.0