feat: 树形改为isLeaf
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user