|
@@ -35,6 +35,9 @@ public class Ztree implements Serializable
|
|
|
/** 是否能勾选 */
|
|
|
private boolean nocheck = false;
|
|
|
|
|
|
+ /** code */
|
|
|
+ private String code;
|
|
|
+
|
|
|
public Long getId()
|
|
|
{
|
|
|
return id;
|
|
@@ -75,6 +78,14 @@ public class Ztree implements Serializable
|
|
|
this.title = title;
|
|
|
}
|
|
|
|
|
|
+ public String getCode() {
|
|
|
+ return code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCode(String code) {
|
|
|
+ this.code = code;
|
|
|
+ }
|
|
|
+
|
|
|
public boolean isChecked()
|
|
|
{
|
|
|
return checked;
|