mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
1.0正式版
修复beta版未能解决的BUG; 全面修改页面结构,采用面向对象JS开发; 优化进出库管理示例,对资源的应用更加清晰; 完整的SQL初始数据;
This commit is contained in:
@@ -17,5 +17,12 @@ namespace OpenAuth.Domain.Interface
|
||||
/// </summary>
|
||||
/// <param name="orgId">部门ID</param>
|
||||
IEnumerable<Org> GetSubOrgs(int orgId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取包括自己在内的全部子部门
|
||||
/// </summary>
|
||||
/// <param name="orgId">The org identifier.</param>
|
||||
/// <returns>IEnumerable<Org>.</returns>
|
||||
IEnumerable<Org> GetSubWithOwn(int orgId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user