using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TFueltankcheck { public long Gid { get; set; } public string InceptBill { get; set; } public int? TankId { get; set; } public DateTime? InceptTime { get; set; } public string LadingBill { get; set; } public int? OldHight { get; set; } public int? NewHight { get; set; } public int? OldVol { get; set; } public int? NewVol { get; set; } public int? RealInceptVol { get; set; } public string Discharger { get; set; } } }