using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbModels.Models { public partial class TLevelvol { public long Gid { get; set; } public byte? TankId { get; set; } public uint? Height { get; set; } public uint? Vol { get; set; } } }