using System; // ReSharper disable once CheckNamespace namespace FreeSql.DataAnnotations { /// /// When the entity class property is , map storage in JSON format.
/// 当实体类属性为【对象】时,以 JSON 形式映射存储 ///
public class JsonMapAttribute : Attribute { } }