mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 20:27:56 +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 List<string> UpdateColumns { get; internal set; }
|
||||
|
||||
public UpdateableFilter<T> EnableFilter()
|
||||
public UpdateableFilter<T> EnableQueryFilter()
|
||||
{
|
||||
return new UpdateableFilter<T>()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user