mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 10:08:04 +08:00
采用ACE界面
This commit is contained in:
@@ -22,15 +22,19 @@ namespace OpenAuth.App.ViewModel
|
||||
/// <summary>
|
||||
/// 页码
|
||||
/// </summary>
|
||||
public int pageCurrent;
|
||||
public int page;
|
||||
/// <summary>
|
||||
/// 总页数
|
||||
/// </summary>
|
||||
public int total;
|
||||
/// <summary>
|
||||
/// 总记录条数
|
||||
/// </summary>
|
||||
public int records;
|
||||
|
||||
/// <summary>
|
||||
/// 数据内容
|
||||
/// </summary>
|
||||
public dynamic list;
|
||||
public dynamic rows;
|
||||
}
|
||||
}
|
@@ -37,11 +37,6 @@ namespace OpenAuth.App.ViewModel
|
||||
/// <returns></returns>
|
||||
public string IconName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 子节点
|
||||
/// </summary>
|
||||
public List<ModuleView> Childern = new List<ModuleView>();
|
||||
|
||||
/// <summary>
|
||||
/// 模块中的元素
|
||||
/// </summary>
|
||||
|
@@ -13,6 +13,7 @@
|
||||
// ***********************************************************************
|
||||
|
||||
using System.Collections.Generic;
|
||||
using Infrastructure;
|
||||
using OpenAuth.Domain;
|
||||
|
||||
|
||||
@@ -31,6 +32,7 @@ namespace OpenAuth.App.ViewModel
|
||||
/// </summary>
|
||||
public List<ModuleView> Modules { get; set; }
|
||||
|
||||
public IEnumerable<TreeItem<ModuleView>> ModuleWithChildren { get; set; }
|
||||
//用户可以访问的资源
|
||||
public List<Resource> Resources { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user