using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbModels.Models { public partial class TEndtrdinfo { public ulong Gid { get; set; } public uint? Sno { get; set; } public byte? PaymodeId { get; set; } public byte? TrdType { get; set; } public DateTime? Ttctime { get; set; } public uint? Ttc { get; set; } public byte? PumpNo { get; set; } public uint? Posno { get; set; } } }