TEndtrdinfo.cs 488 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TEndtrdinfo
  6. {
  7. public ulong Gid { get; set; }
  8. public uint? Sno { get; set; }
  9. public byte? PaymodeId { get; set; }
  10. public byte? TrdType { get; set; }
  11. public DateTime? Ttctime { get; set; }
  12. public uint? Ttc { get; set; }
  13. public byte? PumpNo { get; set; }
  14. public uint? Posno { get; set; }
  15. }
  16. }