添加项目文件。
This commit is contained in:
13
HT.Cloud.Domain/Entity/Common/MenuInfoEntity.cs
Normal file
13
HT.Cloud.Domain/Entity/Common/MenuInfoEntity.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace HT.Cloud.Domain
|
||||
{
|
||||
public class MenuInfoEntity
|
||||
{
|
||||
public string title { get; set; }
|
||||
public string href { get; set; }
|
||||
public string icon { get; set; }
|
||||
public string target { get; set; }
|
||||
public List<MenuInfoEntity> child { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user