ExtLevelRiver.cs
799 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models.Extend
{
public class ExtLevelRiver
{
public int id { get; set; }
public string titleagk { 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 float levelbsv {get;set;}
public float levelpointsuspen {get;set;}
public float levelzeropost {get;set;}
public string causeevent {get;set;}
}
}