重构user控制器

This commit is contained in:
lzw
2021-10-27 23:03:56 +08:00
parent 7c255f383a
commit 9d83b24a8d
9 changed files with 102 additions and 202 deletions

View File

@@ -14,7 +14,7 @@ namespace Yi.Framework.Model.Models
public IList<menu> children { get; set; }
public List<menu> children { get; set; }
public mould mould { get; set; }
}
}