- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TFuelday
- {
- public ulong Gid { get; set; }
- public DateTime? CloseDate { get; set; }
- public string FuelNo { get; set; }
- public uint? TotalMoney { get; set; }
- public uint? TotalVol { get; set; }
- }
- }
|