EventAgk.cs 559 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace ControlPanel.Models.Response
{
    public class EventAgk
    {
        public long id;
        public int id_agk;

        public String river;
        public String datetime;
        public String value;

        public int id_status;		//  0-norm, 1-nj-2, oj;
        public bool repair;		// true -repair; false- no repair
        public bool opendoor;	// true - open; false-close
        public bool veracity; // veracity -true, no veracity -false;
	
    }
}