mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using System;
 | 
						||
using System.Linq;
 | 
						||
 | 
						||
namespace FreeSql.DataAnnotations
 | 
						||
{
 | 
						||
 | 
						||
    /// <summary>
 | 
						||
    /// 当实体类属性为【对象】时,以JSON形式映射存储
 | 
						||
    /// </summary>
 | 
						||
    public class JsonMapAttribute : Attribute
 | 
						||
    {
 | 
						||
    }
 | 
						||
}
 |