mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-18 01:15:34 +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