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