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