TGrayinfo.cs 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDbManager.Models
  4. {
  5. public partial class TGrayinfo
  6. {
  7. public long Gid { get; set; }
  8. public int? Sno { get; set; }
  9. public byte? PumpType { get; set; }
  10. public string CardNo { get; set; }
  11. public byte? PaymodeId { get; set; }
  12. public byte? TrdType { get; set; }
  13. public string CommId { get; set; }
  14. public int? Prc { get; set; }
  15. public int? Vol { get; set; }
  16. public int? Mon { get; set; }
  17. public int? RealMon { get; set; }
  18. public int? CardBal { get; set; }
  19. public int? Ctc { get; set; }
  20. public DateTime? Ttctime { get; set; }
  21. public DateTime? TtctimeEnd { get; set; }
  22. public int? Ttc { get; set; }
  23. public int? SeqNo { get; set; }
  24. public byte? NozNo { get; set; }
  25. public byte? PumpNo { get; set; }
  26. public long? PayTemId { get; set; }
  27. public long? EndPumpId { get; set; }
  28. public int? DiscountNo { get; set; }
  29. public string Psamasn { get; set; }
  30. public int? Psamtac { get; set; }
  31. public string Psamtid { get; set; }
  32. public int? Psamttc { get; set; }
  33. public int? Tac { get; set; }
  34. public int? Gmac { get; set; }
  35. public int? Tmac { get; set; }
  36. public byte? UploadFlag { get; set; }
  37. }
  38. }