13 lines
347 B
C#
13 lines
347 B
C#
![]() |
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; }
|
|||
|
}
|
|||
|
}
|