using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TCargasbottleinfo
    {
        public ulong Gid { get; set; }
        public string CarNo { get; set; }
        public int? FleetNo { get; set; }
        public string LineNo { get; set; }
        public uint? LogicNo { get; set; }
        public sbyte? CarType { get; set; }
        public string BelongTo { get; set; }
        public string Gbno { get; set; }
        public string Gbtype { get; set; }
        public int? Gbvol { get; set; }
        public DateTime? Gbmtime { get; set; }
        public DateTime? Gbitime { get; set; }
        public DateTime? Gbetime { get; set; }
        public int? Gbpressure { get; set; }
        public string CarLabel { get; set; }
        public string CardNo { get; set; }
        public sbyte? Flag { get; set; }
    }
}