- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDbModels.Models
- {
- 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; }
- }
- }
|