mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-02-17 05:48:13 +08:00
调整T4模板,领域模型增加注释
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user