mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 增加 JsomMap Poco Lambda 表达式成员解析;
This commit is contained in:
		@@ -7,5 +7,6 @@ namespace FreeSql.DataAnnotations
 | 
			
		||||
    /// When the entity class property is <see cref="object"/>, map storage in JSON format. <br />
 | 
			
		||||
    /// 当实体类属性为【对象】时,以 JSON 形式映射存储
 | 
			
		||||
    /// </summary>
 | 
			
		||||
    [AttributeUsage(AttributeTargets.Property)]
 | 
			
		||||
    public class JsonMapAttribute : Attribute { }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user