using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TTablelist { public uint Gid { get; set; } public string TableName { get; set; } public byte? Type { get; set; } } }