字典支持树上下结构
This commit is contained in:
parent
656068b888
commit
b5a08ecbd1
|
@ -52,4 +52,10 @@ public class SysDictTypeVO implements Serializable {
|
|||
|
||||
@Schema(description = "动态sql")
|
||||
private String dictSql;
|
||||
|
||||
@Schema(description = "上级节点")
|
||||
private Long pid;
|
||||
|
||||
@Schema(description = "是否有子节点 0:无 1:有")
|
||||
private Integer hasChild;
|
||||
}
|
Loading…
Reference in New Issue
Block a user