mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-06 09:40:51 +08:00
vue动态路由测试
This commit is contained in:
@@ -8,10 +8,10 @@ namespace Yi.Framework.Common.Models
|
||||
{
|
||||
public interface ITreeModel<T>
|
||||
{
|
||||
public int id { get; set; }
|
||||
public int parentId { get; set; }
|
||||
public int sort { get; set; }
|
||||
public int Id { get; set; }
|
||||
public int ParentId { get; set; }
|
||||
public int Sort { get; set; }
|
||||
|
||||
public IList<T> children { get; set; }
|
||||
public IList<T> Children { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user