UpdInfoExt.cs 511 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace ControlPanel.Models.Extend
{
    public class UpdInfoExt
    {

        public int id { get;set; }
        public int id_szs { get; set; }
        public string titleszs { get;set; } 
        public string dtupdsoft { get;set; } 
        public string dtupddb { get;set; } 
        public bool isupdszs { get;set; } 
        public bool isupddb { get;set; } 
        public bool isdownload { get;set; } 

    }
}