mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	#1170 DbContext,仓储 审计日志ChangeInfo增加实体类型 EntityType
This commit is contained in:
		@@ -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>
 | 
			
		||||
            /// 实体变化记录
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user