上传框架

This commit is contained in:
lzw
2021-10-12 12:50:52 +08:00
parent 9cf6e29e02
commit bcf39d525b
14 changed files with 232 additions and 21 deletions

View File

@@ -10,10 +10,7 @@ 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; }