From e09e9f8a34cbc99a33dfa9ef1792b0025575c3a8 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 01 八月 2017 11:41:19 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Department.java | 144 +++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 123 insertions(+), 21 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..bb4250b 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 @@ -5,7 +5,7 @@ import cn.com.basic.face.discern.common.BaseEntity; /** - * Department + * 鍚戜笅 */ public class Department extends BaseEntity implements Serializable { @@ -17,69 +17,171 @@ /** * 閮ㄩ棬涓婚敭 */ - 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"; + /** + * 鎵�鍦ㄥ叕鍙� + */ + public static final String companyId = "companyId"; + /** + * 鍚屾鏃堕棿 + */ + public static final String updateTime = "updateTime"; + /** + * 鏄惁鍚屾 + */ + public static final String isSynchron = "isSynchron"; + /** + * 璁惧鎵�鍦ㄦ満鏋刬d + */ + public static final String deviceCompanyId = "deviceCompanyId"; } // 閮ㄩ棬涓婚敭 - private Integer id; + private String deptId; // 閮ㄩ棬鍚嶇О - private String label; + private String deptName; // 閮ㄩ棬棣栧瓧姣� - private String labelSpell; + private String deptNameEn; + // 鎵�鍦ㄥ叕鍙� + private String companyId; + // 鍚屾鏃堕棿 + private String updateTime; + // 鏄惁鍚屾 + private String isSynchron; + // 璁惧鎵�鍦ㄦ満鏋刬d + private String deviceCompanyId; + private String isValid; + + private String createTime; + + public String getIsValid() { + return isValid; + } + + public void setIsValid(String isValid) { + this.isValid = isValid; + } + + public String getCreateTime() { + return createTime; + } + + public void setCreateTime(String createTime) { + this.createTime = createTime; + } /** * 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; + } + + /** + * Get 鎵�鍦ㄥ叕鍙� + */ + public String getCompanyId() { + return companyId; + } + + /** + * Set 鎵�鍦ㄥ叕鍙� + */ + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + + /** + * Get 鍚屾鏃堕棿 + */ + public String getUpdateTime() { + return updateTime; + } + + /** + * Set 鍚屾鏃堕棿 + */ + public void setUpdateTime(String updateTime) { + this.updateTime = updateTime; + } + + /** + * Get 鏄惁鍚屾 + * 锛孻--宸插悓姝ワ紝N--鏈悓姝� + */ + public String getIsSynchron() { + return isSynchron; + } + + /** + * Set 鏄惁鍚屾 + * 锛孻--宸插悓姝ワ紝N--鏈悓姝� + */ + public void setIsSynchron(String isSynchron) { + this.isSynchron = isSynchron; + } + + /** + * Get 璁惧鎵�鍦ㄦ満鏋刬d + */ + public String getDeviceCompanyId() { + return deviceCompanyId; + } + + /** + * Set 璁惧鎵�鍦ㄦ満鏋刬d + */ + public void setDeviceCompanyId(String deviceCompanyId) { + this.deviceCompanyId = deviceCompanyId; } public String toString() { return - ",閮ㄩ棬涓婚敭 =" + id + ",閮ㄩ棬鍚嶇О =" + label + ",閮ㄩ棬棣栧瓧姣� ="+ labelSpell - ; + ",閮ㄩ棬涓婚敭 =" + deptId + ",閮ㄩ棬鍚嶇О =" + deptName + ",閮ㄩ棬棣栧瓧姣� ="+ deptNameEn + + ",鎵�鍦ㄥ叕鍙� =" + companyId + ",鍚屾鏃堕棿 =" + updateTime + ",鏄惁鍚屾 =" + isSynchron + + ",璁惧鎵�鍦ㄦ満鏋刬d ="+ deviceCompanyId; } } -- Gitblit v1.8.0