using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TNozzleshift
    {
        public ulong Gid { get; set; }
        public byte? Posid { get; set; }
        public uint? ShiftNo { get; set; }
        public DateTime? ShiftDate { get; set; }
        public uint? 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; }
    }
}