字典支持树上下结构

This commit is contained in:
阿沐 2024-06-03 15:05:35 +08:00
parent 656068b888
commit b5a08ecbd1

View File

@ -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;
}