mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-05 15:53:25 +08:00
完成用户/角色分配资源
This commit is contained in:
@@ -32,12 +32,8 @@ namespace OpenAuth.Repository.Mapping
|
||||
.HasColumnName("Name")
|
||||
.HasMaxLength(255)
|
||||
.IsRequired();
|
||||
Property(t => t.AppId)
|
||||
.HasColumnName("AppId")
|
||||
.HasMaxLength(255)
|
||||
.IsOptional();
|
||||
Property(t => t.AppKey)
|
||||
.HasColumnName("AppKey")
|
||||
Property(t => t.AppSecret)
|
||||
.HasColumnName("AppSecret")
|
||||
.HasMaxLength(255)
|
||||
.IsOptional();
|
||||
Property(t => t.Description)
|
||||
@@ -53,7 +49,7 @@ namespace OpenAuth.Repository.Mapping
|
||||
.IsRequired();
|
||||
Property(t => t.CreateTime)
|
||||
.HasColumnName("CreateTime")
|
||||
.IsOptional();
|
||||
.IsRequired();
|
||||
Property(t => t.CreateUser)
|
||||
.HasColumnName("CreateUser")
|
||||
.HasMaxLength(50)
|
||||
|
||||
Reference in New Issue
Block a user