愚人节版本

This commit is contained in:
28810
2019-04-01 12:17:59 +08:00
parent be5259dd68
commit da1c6cd4f0
3 changed files with 32 additions and 9 deletions

View File

@@ -55,5 +55,12 @@
_column.IsIgnore = value;
return this;
}
/// <summary>
/// 乐观锁
/// </summary>
public ColumnFluent IsVersion(bool value) {
_column.IsVersion = value;
return this;
}
}
}