mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-18 01:15:34 +08:00
愚人节版本
This commit is contained in:
@@ -55,5 +55,12 @@
|
||||
_column.IsIgnore = value;
|
||||
return this;
|
||||
}
|
||||
/// <summary>
|
||||
/// 乐观锁
|
||||
/// </summary>
|
||||
public ColumnFluent IsVersion(bool value) {
|
||||
_column.IsVersion = value;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user