add girIgnore
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
namespace audit_logs.Models;
|
||||
|
||||
public class AuditLogData
|
||||
{
|
||||
public string EntityType { get; set; }
|
||||
public string RecordId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string ActionType { get; set; }
|
||||
public string Reason { get; set; }
|
||||
public DateTime ActionTime { get; set; }
|
||||
public Object OriginalJson { get; set; }
|
||||
public string ModifiedJson { get; set; }
|
||||
public string UserIpAddress { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user