Commit f9826940 authored by 赵啸非's avatar 赵啸非

添加菜单资源配置

parent ff768e7f
...@@ -23,6 +23,8 @@ public class MenuVo extends BaseEntityLong { ...@@ -23,6 +23,8 @@ public class MenuVo extends BaseEntityLong {
/** 子菜单信息业务 */ /** 子菜单信息业务 */
private List<MenuEntity> children = new ArrayList<>(); private List<MenuEntity> children = new ArrayList<>();
private List<MenuEntity> childList = new ArrayList<>();
private Integer type; private Integer type;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment