mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Same function
This commit is contained in:
@@ -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>()
|
||||
{
|
||||
|
Reference in New Issue
Block a user