mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-10-17 08:37:44 +00:00
映射警告
This commit is contained in:
@@ -22,7 +22,7 @@ public class TreeModel implements Serializable {
|
|||||||
|
|
||||||
private String slotTitle;
|
private String slotTitle;
|
||||||
|
|
||||||
private boolean isLeaf;
|
private Boolean isLeaf;
|
||||||
|
|
||||||
private String icon;
|
private String icon;
|
||||||
|
|
||||||
@@ -54,11 +54,11 @@ public class TreeModel implements Serializable {
|
|||||||
this.title = title;
|
this.title = title;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getIsLeaf() {
|
public Boolean getIsLeaf() {
|
||||||
return isLeaf;
|
return isLeaf;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setIsLeaf(boolean isLeaf) {
|
public void setIsLeaf(Boolean isLeaf) {
|
||||||
this.isLeaf = isLeaf;
|
this.isLeaf = isLeaf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user