pms国网上送代码提交

This commit is contained in:
2023-12-19 15:28:25 +08:00
parent 86ef81b701
commit ebc99a8b36
13 changed files with 279 additions and 125 deletions

View File

@@ -75,5 +75,8 @@ public class SysDicTreePO extends BaseEntity {
@TableField(exist = false)
private List<SysDicTreePO> children;
@TableField(exist = false)
private Integer level;
}