mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 19:04:44 +08:00
采用ACE界面
This commit is contained in:
@@ -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