调整T4模板,领域模型增加注释

This commit is contained in:
yubaolee
2015-10-27 00:27:05 +08:00
parent 885d444761
commit 4e7f9ad0b3
25 changed files with 1478 additions and 327 deletions

View File

@@ -11,7 +11,7 @@ namespace OpenAuth.Repository.Models.Mapping
// Primary Key
this.HasKey(t => t.Id);
// Properties
this.Property(t => t.Theme)
.IsRequired()
.HasMaxLength(255);