Revert "上传框架"

This reverts commit bcf39d525b.
This commit is contained in:
橙子
2021-10-12 13:45:24 +08:00
parent bcf39d525b
commit f35ca69550
14 changed files with 21 additions and 232 deletions

View File

@@ -10,7 +10,10 @@ namespace Yi.Framework.Model.Models
{
public string icon { get; set; }
public string router { get; set; }
public string menu_name { get; set; }
public string menu_name { get; set; }
public ICollection<menu> children { get; set; }
public mould mould { get; set; }
public ICollection<role> roles { get; set; }