using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TFuelpricechg { public uint Gid { get; set; } public string DocumId { get; set; } public string FuelNo { get; set; } public string UserNo { get; set; } public uint? OldPrice { get; set; } public uint? Newprice { get; set; } public DateTime? CreateTime { get; set; } public DateTime? EffectTime { get; set; } public string Remark { get; set; } } }