mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
调整组织类[Org]为[SysOrg]防止命名空间冲突
This commit is contained in:
@@ -18,9 +18,9 @@ namespace OpenAuth.Repository.Domain
|
||||
/// 组织表
|
||||
/// </summary>
|
||||
[Table("Org")]
|
||||
public partial class Org : TreeEntity
|
||||
public partial class SysOrg : TreeEntity
|
||||
{
|
||||
public Org()
|
||||
public SysOrg()
|
||||
{
|
||||
this.CascadeId= string.Empty;
|
||||
this.Name= string.Empty;
|
||||
|
Reference in New Issue
Block a user