using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class THostdatatypever { public uint Gid { get; set; } public byte? DataType { get; set; } public uint? Dlversion { get; set; } public DateTime? CreateTime { get; set; } } }