From 3c13cffad3acfecdc3c1372cbb49106fbe7f03fe Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 29 三月 2017 15:41:42 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Dictionary.java | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Dictionary.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Dictionary.java index 3513b49..19cc0f0 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Dictionary.java +++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Dictionary.java @@ -45,7 +45,7 @@ } // 涓婚敭 - private Integer id; + private String id; // 缂栫爜 private String sn; // 鍚嶇О @@ -53,23 +53,23 @@ // 绫诲瀷 private String type; // 鎺掑簭 - private Integer orderBy; + private String orderBy; // 鐖剁骇id - private Integer pid; + private String pid; // 澶囨敞 private String remark; /** * Get 涓婚敭 */ - public Integer getId() { + public String getId() { return id; } /** * Set 涓婚敭 */ - public void setId(Integer id) { + public void setId(String id) { this.id = id; } @@ -118,28 +118,28 @@ /** * Get 鎺掑簭 */ - public Integer getOrderBy() { + public String getOrderBy() { return orderBy; } /** * Set 鎺掑簭 */ - public void setOrderBy(Integer orderBy) { + public void setOrderBy(String orderBy) { this.orderBy = orderBy; } /** * Get 鐖剁骇id */ - public Integer getPid() { + public String getPid() { return pid; } /** * Set 鐖剁骇id */ - public void setPid(Integer pid) { + public void setPid(String pid) { this.pid = pid; } -- Gitblit v1.8.0