Merge branch 'master' into net6.0

This commit is contained in:
不做码农
2022-04-26 07:52:16 +08:00
19 changed files with 368 additions and 334 deletions

View File

@@ -24,8 +24,8 @@ namespace ZR.Model.System.Vo
public TreeSelectVo(SysMenu menu)
{
Id = menu.menuId;
Label = menu.menuName;
Id = menu.MenuId;
Label = menu.MenuName;
//menu.getChildren().stream().map(TreeSelect::new).collect(Collectors.toList()); java写法
List<TreeSelectVo> child = new List<TreeSelectVo>();