From 34b7c20da820761c393392a80ad1351a3e414c29 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 05 四月 2017 18:18:24 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java | 52 ++++++++++++++++++++++++++++++++++------------------
1 files changed, 34 insertions(+), 18 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
index 7b26ed4..d06c09d 100644
--- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
+++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/CheckInQueryItem.java
@@ -19,10 +19,12 @@
private String deptName;
// 鍏徃涓婚敭
private String companyId;
- // 鑱屼綅涓婚敭
+ // 鑱屼綅鍚嶇О
private String postName;
// 绉诲姩鐢佃瘽
private String mobilePhone;
+ //
+ private int type;
/**
* Get 浜哄憳涓婚敭
@@ -30,7 +32,7 @@
public String getId() {
return id;
}
-
+
/**
* Set 浜哄憳涓婚敭
*/
@@ -44,7 +46,7 @@
public String getName() {
return name;
}
-
+
/**
* Set 浜哄憳鍚嶅瓧
*/
@@ -58,7 +60,7 @@
public String getImagePath() {
return imagePath;
}
-
+
/**
* Set 鍥剧墖鍦板潃
*/
@@ -72,7 +74,7 @@
public String getCompanyName() {
return companyName;
}
-
+
/**
* Set 鍏徃鍚嶇О
*/
@@ -86,7 +88,7 @@
public String getPhone() {
return phone;
}
-
+
/**
* Set 搴ф満鐢佃瘽
*/
@@ -100,7 +102,7 @@
public String getIdentify() {
return identify;
}
-
+
/**
* Set 璇佷欢缂栧彿
*/
@@ -114,7 +116,7 @@
public String getDeptName() {
return deptName;
}
-
+
/**
* Set 閮ㄩ棬鍚嶇О
*/
@@ -128,7 +130,7 @@
public String getCompanyId() {
return companyId;
}
-
+
/**
* Set 鍏徃涓婚敭
*/
@@ -137,14 +139,14 @@
}
/**
- * Get 鑱屼綅涓婚敭
+ * Get 鑱屼綅鍚嶇О
*/
public String getPostName() {
return postName;
}
-
+
/**
- * Set 鑱屼綅涓婚敭
+ * Set 鑱屼綅鍚嶇О
*/
public void setPostName(String postName) {
this.postName = postName;
@@ -156,7 +158,7 @@
public String getMobilePhone() {
return mobilePhone;
}
-
+
/**
* Set 绉诲姩鐢佃瘽
*/
@@ -164,11 +166,25 @@
this.mobilePhone = mobilePhone;
}
+ /**
+ * Get
+ */
+ public int getType() {
+ return type;
+ }
+
+ /**
+ * Set
+ */
+ public void setType(int type) {
+ this.type = type;
+ }
+
public String toString() {
- return
- ",浜哄憳涓婚敭 =" + id + ",浜哄憳鍚嶅瓧 =" + name + ",鍥剧墖鍦板潃 =" + imagePath +
- ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + phone + ",璇佷欢缂栧彿 =" + identify +
- ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅涓婚敭 =" + postName +
- ",绉诲姩鐢佃瘽 =" + mobilePhone;
+ return
+ ",浜哄憳涓婚敭 =" + id + ",浜哄憳鍚嶅瓧 =" + name + ",鍥剧墖鍦板潃 =" + imagePath +
+ ",鍏徃鍚嶇О =" + companyName + ",搴ф満鐢佃瘽 =" + phone + ",璇佷欢缂栧彿 =" + identify +
+ ",閮ㄩ棬鍚嶇О =" + deptName + ",鍏徃涓婚敭 =" + companyId + ",鑱屼綅鍚嶇О =" + postName +
+ ",绉诲姩鐢佃瘽 =" + mobilePhone + ", =" + type ;
}
}
--
Gitblit v1.8.0