From 82399d7ee4a1702c3089f0cca0c579f56f50e543 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 10 四月 2017 17:49:18 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java |   98 ++++++++++++++++++++++++------------------------
 1 files changed, 49 insertions(+), 49 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/Register.java
similarity index 71%
rename from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Person.java
rename to VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Register.java
index 01f6f62..e450e70 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/Register.java
@@ -6,23 +6,23 @@
 import cn.com.basic.face.discern.common.BaseEntity;
 
 /**
- * Person
+ * Register
  */
-public class Person extends BaseEntity implements Serializable {
+public class Register extends BaseEntity implements Serializable {
 
 	private static final long serialVersionUID = 1L;
 
-	public static final String MODEL_NAME = "Person";
+	public static final String MODEL_NAME = "Register";
 
 	public static final class FieldNames {
 		/**
 		 * 浜哄憳涓婚敭
 		 */
-		public static final String id = "id";
+		public static final String registerId = "registerId";
 		/**
 		 * 浜哄憳鍚嶅瓧
 		 */
-		public static final String name = "name";
+		public static final String username = "username";
 		/**
 		 * 浜哄憳鍚嶉瀛楁瘝
 		 */
@@ -30,11 +30,11 @@
 		/**
 		 * 鎬у埆
 		 */
-		public static final String gender = "gender";
+		public static final String genderId = "genderId";
 		/**
 		 * 鍥界睄
 		 */
-		public static final String country = "country";
+		public static final String countryId = "countryId";
 		/**
 		 * 鐪�
 		 */
@@ -50,7 +50,7 @@
 		/**
 		 * 搴ф満鐢佃瘽
 		 */
-		public static final String phone = "phone";
+		public static final String tel = "tel";
 		/**
 		 * 绉诲姩鐢佃瘽
 		 */
@@ -58,11 +58,11 @@
 		/**
 		 * 璇佷欢绫诲瀷
 		 */
-		public static final String identityType = "identityType";
+		public static final String identityTypeId = "identityTypeId";
 		/**
 		 * 璇佷欢缂栧彿
 		 */
-		public static final String identify = "identify";
+		public static final String identifyNum = "identifyNum";
 		/**
 		 * 鍏徃涓婚敭
 		 */
@@ -86,15 +86,15 @@
 	}
 
 	// 浜哄憳涓婚敭
-	private String id;
+	private String registerId;
 	// 浜哄憳鍚嶅瓧
-	private String name;
+	private String username;
 	// 浜哄憳鍚嶉瀛楁瘝
 	private String nameSpell;
 	// 鎬у埆
-	private String gender;
+	private String genderId;
 	// 鍥界睄
-	private String country;
+	private String countryId;
 	// 鐪�
 	private String province;
 	// 甯�
@@ -102,13 +102,13 @@
 	// 鍑虹敓鏃ユ湡
 	private String birthday;
 	// 搴ф満鐢佃瘽
-	private String phone;
+	private String tel;
 	// 绉诲姩鐢佃瘽
 	private String mobilePhone;
 	// 璇佷欢绫诲瀷
-	private String identityType;
+	private String identityTypeId;
 	// 璇佷欢缂栧彿
-	private String identify;
+	private String identifyNum;
 	// 鍏徃涓婚敭
 	private String companyId;
 	// 閮ㄩ棬涓婚敭
@@ -123,29 +123,29 @@
 	/**
 	 * Get 浜哄憳涓婚敭
 	 */
-	public String getId() {
-		return id;
+	public String getRegisterId() {
+		return registerId;
 	}
 
 	/**
 	 * Set 浜哄憳涓婚敭
 	 */
-	public void setId(String id) {
-		this.id = id;
+	public void setRegisterId(String registerId) {
+		this.registerId = registerId;
 	}
 
 	/**
 	 * Get 浜哄憳鍚嶅瓧
 	 */
-	public String getName() {
-		return name;
+	public String getUsername() {
+		return username;
 	}
 
 	/**
 	 * Set 浜哄憳鍚嶅瓧
 	 */
-	public void setName(String name) {
-		this.name = name;
+	public void setUsername(String username) {
+		this.username = username;
 	}
 
 	/**
@@ -165,29 +165,29 @@
 	/**
 	 * Get 鎬у埆
 	 */
-	public String getGender() {
-		return gender;
+	public String getGenderId() {
+		return genderId;
 	}
 
 	/**
 	 * Set 鎬у埆
 	 */
-	public void setGender(String gender) {
-		this.gender = gender;
+	public void setGenderId(String genderId) {
+		this.genderId = genderId;
 	}
 
 	/**
 	 * Get 鍥界睄
 	 */
-	public String getCountry() {
-		return country;
+	public String getCountryId() {
+		return countryId;
 	}
 
 	/**
 	 * Set 鍥界睄
 	 */
-	public void setCountry(String country) {
-		this.country = country;
+	public void setCountryId(String countryId) {
+		this.countryId = countryId;
 	}
 
 	/**
@@ -235,15 +235,15 @@
 	/**
 	 * Get 搴ф満鐢佃瘽
 	 */
-	public String getPhone() {
-		return phone;
+	public String getTel() {
+		return tel;
 	}
 
 	/**
 	 * Set 搴ф満鐢佃瘽
 	 */
-	public void setPhone(String phone) {
-		this.phone = phone;
+	public void setTel(String tel) {
+		this.tel = tel;
 	}
 
 	/**
@@ -263,29 +263,29 @@
 	/**
 	 * Get 璇佷欢绫诲瀷
 	 */
-	public String getIdentityType() {
-		return identityType;
+	public String getIdentityTypeId() {
+		return identityTypeId;
 	}
 
 	/**
 	 * Set 璇佷欢绫诲瀷
 	 */
-	public void setIdentityType(String identityType) {
-		this.identityType = identityType;
+	public void setIdentityTypeId(String identityTypeId) {
+		this.identityTypeId = identityTypeId;
 	}
 
 	/**
 	 * Get 璇佷欢缂栧彿
 	 */
-	public String getIdentify() {
-		return identify;
+	public String getIdentifyNum() {
+		return identifyNum;
 	}
 
 	/**
 	 * Set 璇佷欢缂栧彿
 	 */
-	public void setIdentify(String identify) {
-		this.identify = identify;
+	public void setIdentifyNum(String identifyNum) {
+		this.identifyNum = identifyNum;
 	}
 
 	/**
@@ -360,10 +360,10 @@
 
 	public String toString() {
 		return 
-			 ",浜哄憳涓婚敭 =" + id         +  ",浜哄憳鍚嶅瓧 =" + name       +  ",浜哄憳鍚嶉瀛楁瘝 ="+ nameSpell  + 
-			 ",鎬у埆 ="   + gender     +  ",鍥界睄 ="   + country    +  ",鐪� ="    + province   + 
-			 ",甯� ="    + city       +  ",鍑虹敓鏃ユ湡 =" + birthday   +  ",搴ф満鐢佃瘽 =" + phone      + 
-			 ",绉诲姩鐢佃瘽 =" + mobilePhone +  ",璇佷欢绫诲瀷 =" + identityType +  ",璇佷欢缂栧彿 =" + identify   + 
+			 ",浜哄憳涓婚敭 =" + registerId +  ",浜哄憳鍚嶅瓧 =" + username   +  ",浜哄憳鍚嶉瀛楁瘝 ="+ nameSpell  + 
+			 ",鎬у埆 ="   + genderId   +  ",鍥界睄 ="   + countryId  +  ",鐪� ="    + province   + 
+			 ",甯� ="    + city       +  ",鍑虹敓鏃ユ湡 =" + birthday   +  ",搴ф満鐢佃瘽 =" + tel        + 
+			 ",绉诲姩鐢佃瘽 =" + mobilePhone +  ",璇佷欢绫诲瀷 =" + identityTypeId +  ",璇佷欢缂栧彿 =" + identifyNum + 
 			 ",鍏徃涓婚敭 =" + companyId  +  ",閮ㄩ棬涓婚敭 =" + departmentId +  ",鑱屽姟涓婚敭 =" + postId     + 
 			 ",浜哄憳澶囨敞娑堟伅 ="+ remark     +  ",鍗遍櫓浜哄憳璀﹀憡娑堟伅 ="+ warning   ;
 	}

--
Gitblit v1.8.0