Reporting: Add UserName
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user