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