新增加删除重载方法

This commit is contained in:
不做码农
2022-02-10 22:01:59 +08:00
parent 2c9fc950f3
commit b6d759d1f8
4 changed files with 14 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ namespace ZR.Service
bool UseTran2(Action action);
#region delete
IDeleteable<T> Deleteable();
int Delete(Expression<Func<T, bool>> expression);
int Delete(object[] obj);
int Delete(object id);