using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TTsmshiftclose { public uint Gid { get; set; } public string MonthId { get; set; } public byte? Tid { get; set; } public string FuelNo { get; set; } public uint? Tvbegin { get; set; } public uint? Tvend { get; set; } public DateTime? TimeBegin { get; set; } public DateTime? TimeEnd { get; set; } } }