using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TTankinit
    {
        public uint TankId { get; set; }
        public int? TabVol { get; set; }
        public int? RealVol { get; set; }
        public int? Whight { get; set; }
        public int? OilHight { get; set; }
    }
}