From 2ffee7e4b21e81ce420b1a2f57075ca00306606a Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 19 七月 2017 16:03:22 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Department.java | 38 +++++++++++++++++++-------------------
1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Department.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Department.java
index e4b7a52..52a1e19 100644
--- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Department.java
+++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Department.java
@@ -17,69 +17,69 @@
/**
* 閮ㄩ棬涓婚敭
*/
- public static final String id = "id";
+ public static final String deptId = "deptId";
/**
* 閮ㄩ棬鍚嶇О
*/
- public static final String label = "label";
+ public static final String deptName = "deptName";
/**
* 閮ㄩ棬棣栧瓧姣�
*/
- public static final String labelSpell = "labelSpell";
+ public static final String deptNameEn = "deptNameEn";
}
// 閮ㄩ棬涓婚敭
- private Integer id;
+ private String deptId;
// 閮ㄩ棬鍚嶇О
- private String label;
+ private String deptName;
// 閮ㄩ棬棣栧瓧姣�
- private String labelSpell;
+ private String deptNameEn;
/**
* Get 閮ㄩ棬涓婚敭
*/
- public Integer getId() {
- return id;
+ public String getDeptId() {
+ return deptId;
}
/**
* Set 閮ㄩ棬涓婚敭
*/
- public void setId(Integer id) {
- this.id = id;
+ public void setDeptId(String deptId) {
+ this.deptId = deptId;
}
/**
* Get 閮ㄩ棬鍚嶇О
*/
- public String getLabel() {
- return label;
+ public String getDeptName() {
+ return deptName;
}
/**
* Set 閮ㄩ棬鍚嶇О
*/
- public void setLabel(String label) {
- this.label = label;
+ public void setDeptName(String deptName) {
+ this.deptName = deptName;
}
/**
* Get 閮ㄩ棬棣栧瓧姣�
*/
- public String getLabelSpell() {
- return labelSpell;
+ public String getDeptNameEn() {
+ return deptNameEn;
}
/**
* Set 閮ㄩ棬棣栧瓧姣�
*/
- public void setLabelSpell(String labelSpell) {
- this.labelSpell = labelSpell;
+ public void setDeptNameEn(String deptNameEn) {
+ this.deptNameEn = deptNameEn;
}
public String toString() {
return
- ",閮ㄩ棬涓婚敭 =" + id + ",閮ㄩ棬鍚嶇О =" + label + ",閮ㄩ棬棣栧瓧姣� ="+ labelSpell
+ ",閮ㄩ棬涓婚敭 =" + deptId + ",閮ㄩ棬鍚嶇О =" + deptName + ",閮ㄩ棬棣栧瓧姣� ="+ deptNameEn
;
}
}
--
Gitblit v1.8.0