feat: 树形改为isLeaf

This commit is contained in:
2024-08-06 20:32:11 +08:00
parent 941bf5179e
commit 5640c9ed85
4 changed files with 10 additions and 10 deletions
@@ -179,11 +179,11 @@ public class SysDictItem implements TreeNode {
private List<SysDictItem> childrenList;
/**
* 是否还有子集
* 是否是叶子节点
*/
@TableField(exist = false)
@ApiModelProperty(value = "是否还有子集")
private boolean hasChild;
@ApiModelProperty(value = "是否是叶子节点")
private boolean isLeaf;
@Override
public String obtainTreeNodeId() {