mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Synchronization code
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
Reference in New Issue
Block a user