mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 IUnitOfWork.States 自定义状态管理,便于扩展;
This commit is contained in:
@ -32,5 +32,10 @@ namespace FreeSql
|
||||
/// 工作单元内的实体变化跟踪
|
||||
/// </summary>
|
||||
DbContext.EntityChangeReport EntityChangeReport { get; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户自定义的状态数据,便于扩展
|
||||
/// </summary>
|
||||
Dictionary<string, object> States { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user