namespace Highway.Assemble.common { public class RFIDDeviceInfo { public string IPAddress { get; set; } public string EQUID { get; set; } public string position { get; set; } } }