ExtLevelRiver.cs
1.01 KB
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models.Szs
{
public class ExtLevelRiver
{
public int id { get; set; }
public string titleagk { get; set; }
public string titledatetimedevice { get; set; }
public bool datetimeveracity { get; set; }
public string titledatetimeserver { 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; }
public string img_causeevent { get; set; }
public string titlecauseevent { get; set; }
public string style_status_dialog { get; set; }
public int id_causeevent { get; set; } // 0 - НОРМ ; 1- НЯ; 2- ОЯ
}
}