mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
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