using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CommonEntity { public struct GaiXie { public byte[] Data { get; set; } public string IPEndPoint { get; set; } } }