1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Jiaowu.Api.Domain.Common;
|
||||
|
||||
namespace Jiaowu.Api.Domain.System;
|
||||
|
||||
public sealed class AuditLog : EntityBase
|
||||
{
|
||||
public Guid? UserId { get; set; }
|
||||
public string? UserName { get; set; }
|
||||
public required string Method { get; set; }
|
||||
public required string Path { get; set; }
|
||||
public int StatusCode { get; set; }
|
||||
public string? IpAddress { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user