拆分 FreeSql 按需引用

This commit is contained in:
28810
2019-05-28 21:32:54 +08:00
parent 37ed28f7a0
commit f8e897e201
149 changed files with 945 additions and 4082 deletions

View File

@ -66,7 +66,7 @@ namespace FreeSql.DataAnnotations {
/// <summary>
/// 数据库默认值
/// </summary>
internal object DbDefautValue { get; set; }
public object DbDefautValue { get; set; }
/// <summary>
/// 类型映射,比如:可将 enum 属性映射成 typeof(string)