联调前端用户管理及角色管理
This commit is contained in:
@@ -10,6 +10,6 @@ namespace Yi.Framework.Model.Models
|
||||
public partial class MenuEntity
|
||||
{
|
||||
[SqlSugar.SugarColumn(IsIgnore = true)]
|
||||
public List<MenuEntity> Childs { get; set; }
|
||||
public List<MenuEntity> Children { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user