using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class THostdatatypetable { public uint Gid { get; set; } public byte? DataType { get; set; } public string TypeTable { get; set; } } }