LevelRiverBeagleBone.cs 781 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace ControlPanel.Models
{
    public class LevelRiverBeagleBone
    {


        public int id { get; set; }
        public int id_agk { 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 int id_status { get; set; }




    }
}