using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TNozzleinfo
    {
        public byte LogicId { get; set; }
        public byte? PhysId { get; set; }
        public string DspNo { get; set; }
        public uint? TankId { get; set; }
        public uint? PumpNode { get; set; }
        public string State { get; set; }
        public string OilTypeId { get; set; }
        public string CarIdenAddr { get; set; }
    }
}