1234567891011121314151617181920212223242526272829303132333435363738 |
- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TAuthinfo
- {
- public ulong Gid { get; set; }
- public byte? Posid { get; set; }
- public string CardNo { get; set; }
- public ulong? Vol { get; set; }
- public ulong? Mon { get; set; }
- public byte? ConsType { get; set; }
- public ulong? CardBal { get; set; }
- public DateTime? Ttctime { get; set; }
- public DateTime? TtctimeEnd { get; set; }
- public uint? Ttc { get; set; }
- public uint? SeqNo { get; set; }
- public ulong? PayTemId { get; set; }
- public uint? DiscountNo { get; set; }
- public uint? PayType { get; set; }
- public ulong? Ctc { get; set; }
- public byte? NozzleNo { get; set; }
- public byte? PumpNo { get; set; }
- public byte? AuthState { get; set; }
- public string FuelNo { get; set; }
- public byte? CardType { get; set; }
- public uint? Prc { get; set; }
- public ulong? TotVol { 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; }
- }
- }
|