Exferia/Exferia_EntityFramework/Exferia_EntityFramework/HPV_Tarifas.cs

43 lines
1.8 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// Este código se generó a partir de una plantilla.
//
// Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación.
// Los cambios manuales en este archivo se sobrescribirán si se regenera el código.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Exferia_EntityFramework
{
using System;
using System.Collections.Generic;
public partial class HPV_Tarifas
{
public HPV_Tarifas()
{
this.HPV_Tarifas_SalasPrecios = new HashSet<HPV_Tarifas_SalasPrecios>();
}
public long id { get; set; }
public Nullable<long> idCliente { get; set; }
public Nullable<long> idAgrupacionClienteLinea { get; set; }
public Nullable<long> idPLV { get; set; }
public Nullable<long> idAgrupacionPLVLinea { get; set; }
public Nullable<decimal> precio { get; set; }
public Nullable<decimal> descuento { get; set; }
public Nullable<System.DateTime> fechaDesde { get; set; }
public Nullable<System.DateTime> fechaHasta { get; set; }
public long idEmpresa { get; set; }
public Nullable<System.DateTime> fechaBorrado { get; set; }
public int orden { get; set; }
public virtual HPV_AgrupacionesClientesLineas HPV_AgrupacionesClientesLineas { get; set; }
public virtual HPV_AgrupacionesPLVLineas HPV_AgrupacionesPLVLineas { get; set; }
public virtual ICollection<HPV_Tarifas_SalasPrecios> HPV_Tarifas_SalasPrecios { get; set; }
public virtual HPV_PLV HPV_PLV { get; set; }
public virtual HPV_Clientes HPV_Clientes { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
}
}