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