mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 修复 ClickHouse 数组类型 hasAny 与 In 解析冲突问题;#1699
This commit is contained in:
		@@ -42,6 +42,7 @@ public class User1 : BaseEntity<User1, Guid>
 | 
			
		||||
    public int GroupId { get; set; }
 | 
			
		||||
    public UserGroup Group { get; set; }
 | 
			
		||||
 | 
			
		||||
    public string[] Tags { get; set; }
 | 
			
		||||
    public virtual List<Role> Roles { get; set; }
 | 
			
		||||
 | 
			
		||||
    /// <summary>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user