- 增加 DbFirst DbColumnInfo Position 属性,字段默认位置;

This commit is contained in:
28810
2020-04-21 16:29:16 +08:00
parent d29a6f596b
commit c09173e8a3
14 changed files with 205 additions and 145 deletions

View File

@ -52,5 +52,9 @@ namespace FreeSql.DatabaseModel
/// 数据库默认值
/// </summary>
public string DefaultValue { get; set; }
/// <summary>
/// 字段位置
/// </summary>
public int Position { get; set; }
}
}