fix: 修复审计日志问题

This commit is contained in:
chenchun
2024-10-21 16:58:19 +08:00
parent 453d95a460
commit 998d97b669

View File

@@ -109,6 +109,7 @@ namespace Yi.Framework.AuditLogging.Domain.Entities
public virtual string? Url { get; protected set; }
[SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString)]
public virtual string? Exceptions { get; protected set; }
public virtual string? Comments { get; protected set; }