- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDbManager.Models
- {
- public partial class TFuelmonth
- {
- public int Gid { get; set; }
- public DateTime? CloseMonth { get; set; }
- public string FuelNo { get; set; }
- public int? TotalMoney { get; set; }
- public int? TotalVol { get; set; }
- }
- }
|