mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
更改PDM文件
删除为用户分配可见机构(本身有机构功能) 删除为角色分配机构(本身有机构多对多功能)
This commit is contained in:
@@ -43,18 +43,6 @@ namespace OpenAuth.Repository.Models.Mapping
|
||||
.HasColumnName("CreateId")
|
||||
.HasMaxLength(64)
|
||||
.IsRequired();
|
||||
Property(t => t.OrgCascadeId)
|
||||
.HasColumnName("OrgCascadeId")
|
||||
.HasMaxLength(255)
|
||||
.IsRequired();
|
||||
Property(t => t.OrgName)
|
||||
.HasColumnName("OrgName")
|
||||
.HasMaxLength(255)
|
||||
.IsRequired();
|
||||
Property(t => t.OrgId)
|
||||
.HasColumnName("OrgId")
|
||||
.IsOptional();
|
||||
|
||||
// Relationships
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user