添加项目文件。
This commit is contained in:
14
HT.Cloud.Domain/Entity/Common/HomeInfoEntity.cs
Normal file
14
HT.Cloud.Domain/Entity/Common/HomeInfoEntity.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace HT.Cloud.Domain
|
||||
{
|
||||
public class HomeInfoEntity
|
||||
{
|
||||
public string title { get; set; }
|
||||
public string href { get; set; }
|
||||
|
||||
public HomeInfoEntity()
|
||||
{
|
||||
title = "首页";
|
||||
href = "../Home/Default";
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user