完善模型类

This commit is contained in:
lzw
2021-10-11 22:00:38 +08:00
parent 2093d1c78d
commit 9cf6e29e02
3 changed files with 5 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ namespace Yi.Framework.Model.Models
{
public string mould_name { get; set; }
public string url { get; set; }
public menu menu { get; set; }
}
}