namespace Service.Cloud.Msg; public class Header { /// /// /// public string cmd { get; set; } /// /// /// public int id { get; set; } /// /// /// public string stationNo { get; set; } /// /// /// public int cipherFlag { get; set; } /// /// /// public long timestamp { get; set; } }