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; }

View File

@@ -10,6 +10,8 @@ namespace Yi.Framework.Model.Models
{
public string role_name { get; set; }
public string introduce { get; set; }
public ICollection<menu> menus { get; set; }
public ICollection<user> users { get; set; }
}

View File

@@ -17,6 +17,7 @@ namespace Yi.Framework.Model.Models
public string ip { get; set; }
public int? age { get; set; }
public string introduction { get; set; }
public ICollection<role> roles { get; set; }
}