....
This commit is contained in:
12
Back/Data/Models/Mongodb/SystemLog.cs
Normal file
12
Back/Data/Models/Mongodb/SystemLog.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace TaxPayer.Models.Mongodb
|
||||
{
|
||||
public class SystemLog
|
||||
{
|
||||
public string TraceIdentifierID { get; set; }
|
||||
public string Datetime { get; set; }
|
||||
public string Route { get; set; }
|
||||
public string Method { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user