LiveSubscriberExt.cs 695 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace ControlPanel.Models.Extend
{
    public class LiveSubscriberExt
    {
        public int id { get; set; }
        public string subscriber { get; set; }
        public DateTime dt { get; set; } 
        public string datetime { get; set; }
        public string regkey { get; set; }
        public bool status { get; set; }
        public string softversion { get; set; }
        public string phone { get; set; }
        public bool claim { get; set; }
        public string phoneszs { get; set; }
        public bool siren { get; set; }
        public string idteamviewer { set; get; }

    }
}