feat: 提高审计日志记录

This commit is contained in:
橙子
2024-10-31 21:21:31 +08:00
parent 8a0c0de8a1
commit f9890bdc7f
2 changed files with 2 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ namespace Yi.Framework.AuditLogging.Domain.Entities
public virtual string? CorrelationId { get; set; }
[SugarColumn(Length = 2000)]
public virtual string? BrowserInfo { get; protected set; }
public virtual string? HttpMethod { get; protected set; }