ExtEvent.cs
1 KB
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models.Extend
{
public class ExtEvent
{
public int id {get;set;}
public string titlerout { get; set; }
public int id_message { get; set; }
public string datetimedevice { get; set; }
public bool datetimeveracity { get; set; }
public string datetimeserver { get; set; }
public float latitude { get; set; }
public float longitude { get; set; }
public bool coordveracity { get; set; }
public string installplace { get; set; }
public string levelbsv { get; set; }
public string levelpointsuspen { get; set; }
public string levelzeropost { get; set; }
public string causeevent { get; set; }
public bool repair { get; set; }
public bool opendoor { get; set; }
public string s1 { get; set; }
public string s2 { get; set; }
public string s3 { get; set; }
}
}