- 完善 DbContext/UnitOfWork EntityChange 更新对象之前的值;

This commit is contained in:
28810
2020-08-05 13:43:49 +08:00
parent dcb4fef9e2
commit dfac943495
6 changed files with 24 additions and 12 deletions

View File

@ -213,7 +213,7 @@ uow.OnEntityChange = report => {
参数 report 是一个 List 集合,集合元素的类型定义如下:
```csharp
public class EntityChangeInfo
public class ChangeInfo
{
public object Object { get; set; }
public EntityChangeType Type { get; set; }