- 增加 JsomMap Poco Lambda 表达式成员解析;

This commit is contained in:
2881099
2024-08-19 10:09:44 +08:00
parent c01b4c8e10
commit d889582f4c
3 changed files with 155 additions and 26 deletions

View File

@ -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 { }
}