namespace custom.DAL.EF { using System; using System.Collections.Generic; public partial class TAT_TIME { public long ROW_ID { get; set; } public Nullable BASE_HRS { get; set; } public Nullable TRAN_DATE { get; set; } public Nullable DURATION { get; set; } public Nullable START { get; set; } public Nullable TK_EMPL_UNO { get; set; } public string STATUS_CODE { get; set; } public int TIME_UNO { get; set; } public Nullable POST_DATE { get; set; } } }