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