mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
调整组织类[Org]为[SysOrg]防止命名空间冲突
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenAuth.App
|
||||
get { return _strategy.Resources; }
|
||||
}
|
||||
|
||||
public List<Org> Orgs
|
||||
public List<SysOrg> Orgs
|
||||
{
|
||||
get { return _strategy.Orgs; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user