mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
配置 xmlDoc
This commit is contained in:
@ -37,6 +37,7 @@ namespace FreeSql.DataAnnotations {
|
||||
_column.IsPrimary = value;
|
||||
return this;
|
||||
}
|
||||
/// <summary>
|
||||
/// 自增标识
|
||||
/// </summary>
|
||||
public ColumnFluent IsIdentity(bool value) {
|
||||
|
Reference in New Issue
Block a user