BaseRepository新增update方法

This commit is contained in:
不做码农
2022-01-18 21:52:23 +08:00
parent 72b2166e40
commit 92755a26c8
2 changed files with 6 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ namespace ZR.Repository
#endregion add
#region update
IUpdateable<T> Updateable(T entity);
int Update(T entity, bool ignoreNullColumns = false);
/// <summary>