namespace SlnMesnac.Model.domain { public class RFIDDeviceInfo { public string IPAddress { get; set; } public string EQUID { get; set; } public string position { get; set; } public string ApiPort { get; set; } } }