//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace ERP.Dal { using System; using System.Collections.Generic; public partial class EmployeeAttendanceDevice { public System.Guid EmployeeAttendanceID { get; set; } public Nullable EmployeeId { get; set; } public Nullable DeviceId { get; set; } public Nullable ShiftId { get; set; } public string EnrollNo { get; set; } public Nullable AttendanceDate { get; set; } public Nullable AttendanceDateTime { get; set; } public string PunchTime { get; set; } public string VerifyMethod { get; set; } public string PunchType { get; set; } public string PunchMethod { get; set; } public string Latitude { get; set; } public string Longitude { get; set; } public string LocationName { get; set; } public Nullable CreatedDate { get; set; } public Nullable ModifiedDate { get; set; } public Nullable CreatedBy { get; set; } public Nullable ModifiedBy { get; set; } public Nullable IsActive { get; set; } } }