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