69 lines
3.9 KiB
C#
69 lines
3.9 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_PLV
|
|
{
|
|
public HPV_PLV()
|
|
{
|
|
this.HPV_Escandallos = new HashSet<HPV_Escandallos>();
|
|
this.HPV_Escandallos1 = new HashSet<HPV_Escandallos>();
|
|
this.HPV_PLV_AgrupacionesPLVLineas = new HashSet<HPV_PLV_AgrupacionesPLVLineas>();
|
|
this.HPV_PLV_Ingredientes = new HashSet<HPV_PLV_Ingredientes>();
|
|
this.HPV_PLV_SalasPrecios = new HashSet<HPV_PLV_SalasPrecios>();
|
|
this.HPV_PLVFotos = new HashSet<HPV_PLVFotos>();
|
|
this.HPV_Tarifas = new HashSet<HPV_Tarifas>();
|
|
this.HPV_PLV_Impresoras = new HashSet<HPV_PLV_Impresoras>();
|
|
this.HPVS_Tickets_Lineas_Escandallos = new HashSet<HPVS_Tickets_Lineas_Escandallos>();
|
|
this.HPVS_Tickets_Lineas = new HashSet<HPVS_Tickets_Lineas>();
|
|
this.HPVSTMP_Tickets_Lineas_Escandallos = new HashSet<HPVSTMP_Tickets_Lineas_Escandallos>();
|
|
this.HPVSTMP_Tickets_Lineas = new HashSet<HPVSTMP_Tickets_Lineas>();
|
|
this.HPVH_Tickets_Lineas_Escandallos = new HashSet<HPVH_Tickets_Lineas_Escandallos>();
|
|
this.HPVH_Tickets_Lineas = new HashSet<HPVH_Tickets_Lineas>();
|
|
}
|
|
|
|
public long id { get; set; }
|
|
public string codigo { get; set; }
|
|
public string descripcion { get; set; }
|
|
public string observaciones { get; set; }
|
|
public string colorFondo { get; set; }
|
|
public string colorLetra { get; set; }
|
|
public bool esTipoMenu { get; set; }
|
|
public decimal precio { get; set; }
|
|
public long idImpuestoTipo { get; set; }
|
|
public long idEmpresa { get; set; }
|
|
public Nullable<System.DateTime> fechaBorrado { get; set; }
|
|
public Nullable<int> orden { get; set; }
|
|
public Nullable<bool> permiteDecimales { get; set; }
|
|
public Nullable<bool> permitePeso { get; set; }
|
|
public Nullable<bool> libre { get; set; }
|
|
|
|
public virtual ICollection<HPV_Escandallos> HPV_Escandallos { get; set; }
|
|
public virtual ICollection<HPV_Escandallos> HPV_Escandallos1 { get; set; }
|
|
public virtual ICollection<HPV_PLV_AgrupacionesPLVLineas> HPV_PLV_AgrupacionesPLVLineas { get; set; }
|
|
public virtual ICollection<HPV_PLV_Ingredientes> HPV_PLV_Ingredientes { get; set; }
|
|
public virtual ICollection<HPV_PLV_SalasPrecios> HPV_PLV_SalasPrecios { get; set; }
|
|
public virtual ICollection<HPV_PLVFotos> HPV_PLVFotos { get; set; }
|
|
public virtual ICollection<HPV_Tarifas> HPV_Tarifas { get; set; }
|
|
public virtual ICollection<HPV_PLV_Impresoras> HPV_PLV_Impresoras { get; set; }
|
|
public virtual ICollection<HPVS_Tickets_Lineas_Escandallos> HPVS_Tickets_Lineas_Escandallos { get; set; }
|
|
public virtual ICollection<HPVS_Tickets_Lineas> HPVS_Tickets_Lineas { get; set; }
|
|
public virtual ICollection<HPVSTMP_Tickets_Lineas_Escandallos> HPVSTMP_Tickets_Lineas_Escandallos { get; set; }
|
|
public virtual ICollection<HPVSTMP_Tickets_Lineas> HPVSTMP_Tickets_Lineas { get; set; }
|
|
public virtual ICollection<HPVH_Tickets_Lineas_Escandallos> HPVH_Tickets_Lineas_Escandallos { get; set; }
|
|
public virtual ICollection<HPVH_Tickets_Lineas> HPVH_Tickets_Lineas { get; set; }
|
|
public virtual GEN_Empresas GEN_Empresas { get; set; }
|
|
public virtual GEN_ImpuestosTipos GEN_ImpuestosTipos { get; set; }
|
|
}
|
|
}
|