mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-17 01:46:18 +08:00
Same function
This commit is contained in:
parent
09598877b4
commit
b2ec1dc4a2
@ -16,7 +16,7 @@ namespace SqlSugar
|
|||||||
public DiffLogModel DiffModel { get; internal set; }
|
public DiffLogModel DiffModel { get; internal set; }
|
||||||
public List<string> UpdateColumns { get; internal set; }
|
public List<string> UpdateColumns { get; internal set; }
|
||||||
|
|
||||||
public UpdateableFilter<T> EnableFilter()
|
public UpdateableFilter<T> EnableQueryFilter()
|
||||||
{
|
{
|
||||||
return new UpdateableFilter<T>()
|
return new UpdateableFilter<T>()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user