using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbModels.Models { public partial class THostdownloaddataver { public uint Gid { get; set; } public byte? StationNo { get; set; } public byte? DataType { get; set; } public uint? Dlversion { get; set; } public DateTime? CreateTime { get; set; } } }