From ab21640bc7d6fad0b1f7f119d9562e6436642d72 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期六, 01 四月 2017 15:20:50 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Person.java | 48 ++++++++++++++++++++++++------------------------
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Person.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Person.java
index c606ec0..01f6f62 100644
--- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Person.java
+++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Person.java
@@ -86,13 +86,13 @@
}
// 浜哄憳涓婚敭
- private Integer id;
+ private String id;
// 浜哄憳鍚嶅瓧
private String name;
// 浜哄憳鍚嶉瀛楁瘝
private String nameSpell;
// 鎬у埆
- private Integer gender;
+ private String gender;
// 鍥界睄
private String country;
// 鐪�
@@ -100,37 +100,37 @@
// 甯�
private String city;
// 鍑虹敓鏃ユ湡
- private Date birthday;
+ private String birthday;
// 搴ф満鐢佃瘽
private String phone;
// 绉诲姩鐢佃瘽
private String mobilePhone;
// 璇佷欢绫诲瀷
- private Integer identityType;
+ private String identityType;
// 璇佷欢缂栧彿
private String identify;
// 鍏徃涓婚敭
- private Integer companyId;
+ private String companyId;
// 閮ㄩ棬涓婚敭
- private Integer departmentId;
+ private String departmentId;
// 鑱屽姟涓婚敭
- private Integer postId;
+ private String postId;
// 浜哄憳澶囨敞娑堟伅
private String remark;
// 鍗遍櫓浜哄憳璀﹀憡娑堟伅
- private Integer warning;
+ private String warning;
/**
* Get 浜哄憳涓婚敭
*/
- public Integer getId() {
+ public String getId() {
return id;
}
/**
* Set 浜哄憳涓婚敭
*/
- public void setId(Integer id) {
+ public void setId(String id) {
this.id = id;
}
@@ -165,14 +165,14 @@
/**
* Get 鎬у埆
*/
- public Integer getGender() {
+ public String getGender() {
return gender;
}
/**
* Set 鎬у埆
*/
- public void setGender(Integer gender) {
+ public void setGender(String gender) {
this.gender = gender;
}
@@ -221,14 +221,14 @@
/**
* Get 鍑虹敓鏃ユ湡
*/
- public Date getBirthday() {
+ public String getBirthday() {
return birthday;
}
/**
* Set 鍑虹敓鏃ユ湡
*/
- public void setBirthday(Date birthday) {
+ public void setBirthday(String birthday) {
this.birthday = birthday;
}
@@ -263,14 +263,14 @@
/**
* Get 璇佷欢绫诲瀷
*/
- public Integer getIdentityType() {
+ public String getIdentityType() {
return identityType;
}
/**
* Set 璇佷欢绫诲瀷
*/
- public void setIdentityType(Integer identityType) {
+ public void setIdentityType(String identityType) {
this.identityType = identityType;
}
@@ -291,42 +291,42 @@
/**
* Get 鍏徃涓婚敭
*/
- public Integer getCompanyId() {
+ public String getCompanyId() {
return companyId;
}
/**
* Set 鍏徃涓婚敭
*/
- public void setCompanyId(Integer companyId) {
+ public void setCompanyId(String companyId) {
this.companyId = companyId;
}
/**
* Get 閮ㄩ棬涓婚敭
*/
- public Integer getDepartmentId() {
+ public String getDepartmentId() {
return departmentId;
}
/**
* Set 閮ㄩ棬涓婚敭
*/
- public void setDepartmentId(Integer departmentId) {
+ public void setDepartmentId(String departmentId) {
this.departmentId = departmentId;
}
/**
* Get 鑱屽姟涓婚敭
*/
- public Integer getPostId() {
+ public String getPostId() {
return postId;
}
/**
* Set 鑱屽姟涓婚敭
*/
- public void setPostId(Integer postId) {
+ public void setPostId(String postId) {
this.postId = postId;
}
@@ -347,14 +347,14 @@
/**
* Get 鍗遍櫓浜哄憳璀﹀憡娑堟伅
*/
- public Integer getWarning() {
+ public String getWarning() {
return warning;
}
/**
* Set 鍗遍櫓浜哄憳璀﹀憡娑堟伅
*/
- public void setWarning(Integer warning) {
+ public void setWarning(String warning) {
this.warning = warning;
}
--
Gitblit v1.8.0