#1170 DbContext,仓储 审计日志ChangeInfo增加实体类型 EntityType

This commit is contained in:
igeekfan
2022-06-26 21:43:49 +08:00
parent 16afc25a42
commit 5befb125e7
5 changed files with 27 additions and 20 deletions

View File

@ -263,6 +263,10 @@ namespace FreeSql
/// </summary>
public object BeforeObject { get; set; }
public EntityChangeType Type { get; set; }
/// <summary>
/// 实体类型
/// </summary>
public Type EntityType { get; set; }
}
/// <summary>
/// 实体变化记录