mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 01:05:27 +08:00 
			
		
		
		
	- 修复 LazyLoading 在 Net4 环境下的问题;
This commit is contained in:
		@@ -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