添加项目文件。
This commit is contained in:
11
Atomx.Admin/Atomx.Admin.Client/Models/CategoryItem.cs
Normal file
11
Atomx.Admin/Atomx.Admin.Client/Models/CategoryItem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Atomx.Common.Entities;
|
||||
|
||||
namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class CategoryItem : Category
|
||||
{
|
||||
public List<CategoryItem> Children { get; set; } = new List<CategoryItem>();
|
||||
|
||||
public bool IsLast { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user