菜单完善

This commit is contained in:
chenchun
2022-09-11 22:05:56 +08:00
parent c65e76bbc3
commit 01631860f4
9 changed files with 71 additions and 54 deletions

View File

@@ -13,7 +13,6 @@ namespace Yi.Framework.Model.Models
{
public MenuEntity()
{
this.IsDeleted = false;
this.CreateTime = DateTime.Now;
}
[JsonConverter(typeof(ValueToStringConverter))]