1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TEndtrdinfo
- {
- public ulong Gid { get; set; }
- public uint? Sno { get; set; }
- public byte? PaymodeId { get; set; }
- public byte? TrdType { get; set; }
- public DateTime? Ttctime { get; set; }
- public uint? Ttc { get; set; }
- public byte? PumpNo { get; set; }
- public uint? Posno { get; set; }
- }
- }
|