mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 修复 LazyLoading 在 Net4 环境下的问题;
This commit is contained in:
1
Examples/base_entity/Entities/Class1.cs
Normal file
1
Examples/base_entity/Entities/Class1.cs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -31,7 +31,7 @@ public class User1 : BaseEntity<User1, Guid>
|
||||
public int GroupId { get; set; }
|
||||
public UserGroup Group { get; set; }
|
||||
|
||||
public List<Role> Roles { get; set; }
|
||||
public virtual List<Role> Roles { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 登陆名
|
||||
|
Reference in New Issue
Block a user