Reporting: Add UserName

This commit is contained in:
2026-02-19 16:37:45 +01:00
parent aae330f46a
commit 235ab23ed4
11 changed files with 137 additions and 101 deletions

View File

@@ -10,6 +10,7 @@ public class Reporting : IAuditable
public int ReportingID { get; set; }
public int ModuleId { get; set; }
public int EntityId { get; set; }
public string UserName { get; set; }
public string Note { get; set; }
public string Reason { get; set; }