using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TFuelshift { public ulong Gid { get; set; } public uint? ShiftNo { get; set; } public DateTime? ShiftDate { get; set; } public string FuelNo { get; set; } public uint? TotalMoney { get; set; } public uint? TotalVol { get; set; } } }