TAuthinfo.cs 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TAuthinfo
  6. {
  7. public ulong Gid { get; set; }
  8. public byte? Posid { get; set; }
  9. public string CardNo { get; set; }
  10. public ulong? Vol { get; set; }
  11. public ulong? Mon { get; set; }
  12. public byte? ConsType { get; set; }
  13. public ulong? CardBal { get; set; }
  14. public DateTime? Ttctime { get; set; }
  15. public DateTime? TtctimeEnd { get; set; }
  16. public uint? Ttc { get; set; }
  17. public uint? SeqNo { get; set; }
  18. public ulong? PayTemId { get; set; }
  19. public uint? DiscountNo { get; set; }
  20. public uint? PayType { get; set; }
  21. public ulong? Ctc { get; set; }
  22. public byte? NozzleNo { get; set; }
  23. public byte? PumpNo { get; set; }
  24. public byte? AuthState { get; set; }
  25. public string FuelNo { get; set; }
  26. public byte? CardType { get; set; }
  27. public uint? Prc { get; set; }
  28. public ulong? TotVol { get; set; }
  29. public string Psamasn { get; set; }
  30. public uint? Psamtac { get; set; }
  31. public string Psamtid { get; set; }
  32. public uint? Psamttc { get; set; }
  33. public uint? Tac { get; set; }
  34. public uint? Gmac { get; set; }
  35. public uint? Tmac { get; set; }
  36. }
  37. }