using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TCardtypebyapp { public uint Gid { get; set; } public byte? AppType { get; set; } public byte? CardType { get; set; } public string CardTypeName { get; set; } } }