1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TNozzleday
- {
- public ulong Gid { get; set; }
- public DateTime? CloseDate { get; set; }
- public uint? LogicNozzle { get; set; }
- public uint? VolBegin { get; set; }
- public uint? MoneyBegin { get; set; }
- public uint? VolEnd { get; set; }
- public uint? MoneyEnd { get; set; }
- public string FuelNo { get; set; }
- }
- }
|