mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	v0.9.13
- 增加 FreeSql.Extensions.JsonMap 扩展包,实现快速将对象映射为json字符串的方法; - 优化 表达式解析未实现的错误提醒,如 $"";
This commit is contained in:
		@@ -77,7 +77,9 @@ namespace FreeSql.DataAnnotations
 | 
			
		||||
        public object DbDefautValue { get; internal set; }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// 类型映射,比如:可将 enum 属性映射成 typeof(string)
 | 
			
		||||
        /// 类型映射,除了可做基本的类型映射外,特别介绍的功能:<para></para>
 | 
			
		||||
        /// 1、将 enum 属性映射成 typeof(string)<para></para>
 | 
			
		||||
        /// 2、将 对象 属性映射成 typeof(string),请安装扩展包 FreeSql.Extensions.JsonMap
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        public Type MapType { get; set; }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user