//------------------------------------------------------------------------------
//
// 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 DeviceMaster
{
public System.Guid DeviceID { get; set; }
public string DeviceName { get; set; }
public string Address { get; set; }
public string DeviceCode { get; set; }
public string PhoneNo { get; set; }
public Nullable Port { get; set; }
public string IPAddress { get; set; }
public Nullable CreatedBy { get; set; }
public Nullable CreatedDate { get; set; }
public Nullable ModifiedBy { get; set; }
public Nullable ModifiedDate { get; set; }
public Nullable IsActive { get; set; }
}
}