12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TCardtrx
- {
- public ulong Gid { get; set; }
- public uint? Sno { get; set; }
- public uint? ShiftNo { get; set; }
- public byte? Posid { get; set; }
- public byte? PumpType { get; set; }
- public string Operator { get; set; }
- public string CardNo { get; set; }
- public uint? PaymodeId { get; set; }
- public string PaymodeNo { get; set; }
- public byte TrdType { get; set; }
- public string CommId { get; set; }
- public uint? Prc { get; set; }
- public uint? Vol { get; set; }
- public int? Mon { get; set; }
- public int? RealMon { get; set; }
- public uint? CardBal { get; set; }
- public byte? CardType { 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 uint? BillNo { get; set; }
- public uint? NozNo { get; set; }
- public byte PumpNo { get; set; }
- public ulong? PayTemId { get; set; }
- public long? 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 uint? Integral { get; set; }
- public byte? UploadFlag { get; set; }
- public byte? PointFlag { get; set; }
- public string CarId { get; set; }
- public string CarLicsNo { get; set; }
- public string LineNo { get; set; }
- public byte? BillType { get; set; }
- public byte? BillFlag { get; set; }
- }
- }
|