添加资源表/数据字典/分类

This commit is contained in:
yubaolee
2015-12-14 21:39:39 +08:00
parent 5650569fbe
commit 999046f887
24 changed files with 2724 additions and 372 deletions

View File

@@ -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);