feat: 搭建完成审计日志模块
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Yi.Framework.AuditLogging.Domain.Entities;
|
||||
|
||||
namespace Yi.Framework.AuditLogging.Domain;
|
||||
|
||||
public class EntityChangeWithUsername
|
||||
{
|
||||
public EntityChangeEntity EntityChange { get; set; }
|
||||
|
||||
public string UserName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user