Synchronization code

This commit is contained in:
sunkaixuan
2023-09-28 18:42:25 +08:00
parent 3c5e4fbcf4
commit 171950f439

View File

@@ -119,6 +119,7 @@ namespace SqlSugar
IUpdateable<T> Clone();
IUpdateable<T,T2> InnerJoin<T2>(Expression<Func<T,T2,bool>> joinExpress);
UpdateablePage<T> PageSize(int pageSize);
IUpdateable<T> In(object[] ids);
}
public interface IUpdateable<T, T2>
{