using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TNozzleshift { public long Gid { get; set; } public byte? Posid { get; set; } public int? ShiftNo { get; set; } public DateTime? ShiftDate { get; set; } public int? LogNozzle { get; set; } public long? VolBegin { get; set; } public byte? VolBegFlag { get; set; } public int? MoneyBegin { get; set; } public long? VolEnd { get; set; } public byte? VolEndFlag { get; set; } public int? MoneyEnd { get; set; } public string FuelNo { get; set; } public byte? Times { get; set; } public long? Nmbegin { get; set; } public long? Nmend { get; set; } } }