LevelRiverForSzs.cs
845 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models
{
public class LevelRiverForSzs
{
public int id { get; set; }
public int id_agk { get; set; }
public DateTime datetimedevice { get; set; }
public bool datetimeveracity { get; set; }
public DateTime 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; }
public bool isconfirm { get; set; }
}
}