using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class THostuploaddatarecord { public int Gid { get; set; } public byte? StationNo { get; set; } public byte? DataType { get; set; } public DateTime? CreateTime { get; set; } } }