mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	clean
This commit is contained in:
		@@ -21,7 +21,6 @@ namespace FreeSql.Extensions
 | 
				
			|||||||
        /// 当实体类属性为【对象】时,并且标记特性 [JsonMap] 时,该属性将以JSON形式映射存储
 | 
					        /// 当实体类属性为【对象】时,并且标记特性 [JsonMap] 时,该属性将以JSON形式映射存储
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
        /// <returns></returns>
 | 
					        /// <returns></returns>
 | 
				
			||||||
 | 
					 | 
				
			||||||
        public static void UseJsonMap(this IFreeSql that)
 | 
					        public static void UseJsonMap(this IFreeSql that)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            UseJsonMap(that, Newtonsoft.Json.JsonConvert.DefaultSettings?.Invoke() ?? new JsonSerializerSettings());
 | 
					            UseJsonMap(that, Newtonsoft.Json.JsonConvert.DefaultSettings?.Invoke() ?? new JsonSerializerSettings());
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user