using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDbManager.Models
{
    public partial class TLevelvol
    {
        public long Gid { get; set; }
        public byte? TankId { get; set; }
        public int? Height { get; set; }
        public int? Vol { get; set; }
    }
}