initial commit

This commit is contained in:
tk
2024-11-13 18:18:28 +08:00
commit 013f35e296
1500 changed files with 443723 additions and 0 deletions

View File

@ -0,0 +1,11 @@
using System;
// ReSharper disable once CheckNamespace
namespace FreeSql.DataAnnotations
{
/// <summary>
/// When the entity class property is <see cref="object"/>, map storage in JSON format. <br />
/// 当实体类属性为【对象】时,以 JSON 形式映射存储
/// </summary>
public class JsonMapAttribute : Attribute { }
}