using System; using System.Collections.Generic; using System.Text; namespace SlnMesnac.Model.domain { public class DeviceInfo { public string IPAddress { get; set; } public string EQUID { get; set; } public string position { get; set; } public string ApiPort { get; set; } } }