字典支持树上下结构

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

View File

@ -40,6 +40,14 @@ public class SysDictTypeEntity extends BaseEntity {
*/
private String dictSql;
/**
* 上级节点
*/
private Long pid;
/**
* 是否有子节点 0 1
*/
private Integer hasChild;
/**
* 租户ID
*/
private Long tenantId;