配置 xmlDoc

This commit is contained in:
28810
2019-04-28 15:46:37 +08:00
parent b05c4f6e90
commit d49be984bd
14 changed files with 2478 additions and 49 deletions

View File

@ -37,6 +37,7 @@ namespace FreeSql.DataAnnotations {
_column.IsPrimary = value;
return this;
}
/// <summary>
/// 自增标识
/// </summary>
public ColumnFluent IsIdentity(bool value) {