using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TFuelmonth
    {
        public uint Gid { get; set; }
        public DateTime? CloseMonth { get; set; }
        public string FuelNo { get; set; }
        public uint? TotalMoney { get; set; }
        public uint? TotalVol { get; set; }
    }
}