fix: 通用懒加载树形搜索
This commit is contained in:
@@ -197,6 +197,13 @@ public class SysDictItem implements TreeNode {
|
||||
@JsonProperty("isLeaf")
|
||||
private boolean leafFlag;
|
||||
|
||||
/**
|
||||
* 第一级节点
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "第一级节点")
|
||||
private String firstNode;
|
||||
|
||||
@Override
|
||||
public String obtainTreeNodeId() {
|
||||
return id;
|
||||
|
||||
Reference in New Issue
Block a user