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