mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-04 07:23:25 +08:00
添加资源表/数据字典/分类
This commit is contained in:
@@ -20,6 +20,10 @@ namespace OpenAuth.Repository.Models.Mapping
|
||||
.IsRequired()
|
||||
.HasMaxLength(255);
|
||||
|
||||
this.Property(t => t.Type)
|
||||
.IsRequired()
|
||||
.HasMaxLength(50);
|
||||
|
||||
this.Property(t => t.Attr)
|
||||
.IsRequired()
|
||||
.HasMaxLength(500);
|
||||
|
||||
Reference in New Issue
Block a user