using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TNozzlemonth { public ulong Gid { get; set; } public DateTime? CloseMonth { get; set; } public uint? LogicNozzle { get; set; } public uint? VolBegin { get; set; } public uint? MoneyBegin { get; set; } public uint? VolEnd { get; set; } public uint? MoneyEnd { get; set; } public string FuelNo { get; set; } } }