示例#1
0
 public IntegrationEvent()
 {
     Id        = IDUtils.CreateNewId();
     Timestamp = DateTime.UtcNow.ToUnixTimeSeconds();
 }