添加了主菜单的初始化

This commit is contained in:
2025-06-29 12:37:35 +08:00
parent dba56f07d2
commit 6aa17e7396
5 changed files with 68 additions and 39 deletions

View File

@@ -9,7 +9,8 @@ public class MenuBean
public string Icon { get; set; }
public string Name { get; set; }
public int ParentId { get; set; }
public int DataId { get; set; }
public MenuType Type { get; set; }
public Object? Data { get; set; }
public List<MenuBean> Items { get; set; }
}