mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
change easyui to bootstrap
This commit is contained in:
@@ -46,6 +46,11 @@ namespace OpenAuth.Infrastructure.Mapping
|
||||
m.ToTable("UserRole");
|
||||
});
|
||||
|
||||
//Ĭ<>Ͻ<EFBFBD>ɫ
|
||||
this.HasOptional(u => u.DefaultRole)
|
||||
.WithMany()
|
||||
.HasForeignKey(u =>u.RoleId);
|
||||
|
||||
// Table & Column Mappings
|
||||
this.ToTable("User");
|
||||
this.Property(t => t.UserId).HasColumnName("UserId");
|
||||
|
||||
Reference in New Issue
Block a user