|
|
namespace Model
|
{
|
public class GwAp
|
{
|
public int ApID { get; set; }
|
|
public string ApName { get; set; }
|
|
public int ApPort { get; set; }
|
|
public string AccessCode { get; set; }
|
|
public string CMSegments { get; set; }
|
|
public string CTSegments { get; set; }
|
|
public string UNSegments { get; set; }
|
|
public string AlarmData { get; set; }
|
}
|
}
|