using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDbManager.Models
{
    public partial class TCargasbottleinfo
    {
        public long Gid { get; set; }
        public string CarNo { get; set; }
        public int? FleetNo { get; set; }
        public string LineNo { get; set; }
        public int? LogicNo { get; set; }
        public byte? 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 byte? Flag { get; set; }
    }
}