using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TTankvol { public ulong Gid { get; set; } public uint? TankId { get; set; } public uint? OilHight { get; set; } public uint? Volume { get; set; } } }