1234567891011121314151617181920212223242526272829303132333435363738394041 |
- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TGrayinfo
- {
- public ulong Gid { get; set; }
- public uint? Sno { get; set; }
- public byte? PumpType { get; set; }
- public string CardNo { get; set; }
- public byte? PaymodeId { get; set; }
- public byte? TrdType { get; set; }
- public string CommId { get; set; }
- public uint? Prc { get; set; }
- public uint? Vol { get; set; }
- public uint? Mon { get; set; }
- public uint? RealMon { get; set; }
- public uint? CardBal { get; set; }
- public uint? Ctc { get; set; }
- public DateTime? Ttctime { get; set; }
- public DateTime? TtctimeEnd { get; set; }
- public uint? Ttc { get; set; }
- public uint? SeqNo { get; set; }
- public byte? NozNo { get; set; }
- public byte? PumpNo { get; set; }
- public ulong? PayTemId { get; set; }
- public ulong? EndPumpId { get; set; }
- public uint? DiscountNo { get; set; }
- public string Psamasn { get; set; }
- public uint? Psamtac { get; set; }
- public string Psamtid { get; set; }
- public uint? Psamttc { get; set; }
- public uint? Tac { get; set; }
- public uint? Gmac { get; set; }
- public uint? Tmac { get; set; }
- public byte? UploadFlag { get; set; }
- }
- }
|