调整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,6 +11,7 @@ namespace OpenAuth.Repository.Models.Mapping
// Primary Key
this.HasKey(t => t.Id);
// Properties
// Table & Column Mappings
this.ToTable("UserModule");
this.Property(t => t.Id).HasColumnName("Id");