Exferia/Exferia_EntityFramework/Exferia_EntityFramework/HPVS_Tickets_Cabecera.cs

59 lines
2.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 HPVS_Tickets_Cabecera
{
public HPVS_Tickets_Cabecera()
{
this.HPVS_Tickets_Cabecera_MesasPuntosBarra_Unidos = new HashSet<HPVS_Tickets_Cabecera_MesasPuntosBarra_Unidos>();
this.HPVS_Tickets_Cobros = new HashSet<HPVS_Tickets_Cobros>();
this.HPVS_Tickets_Lineas = new HashSet<HPVS_Tickets_Lineas>();
this.HPVS_Tickets_Resumen = new HashSet<HPVS_Tickets_Resumen>();
}
public long numero { get; set; }
public long idEmpresa { get; set; }
public long idTerminal { get; set; }
public long idSala { get; set; }
public System.DateTime fechaHora { get; set; }
public string alias { get; set; }
public long idCliente { get; set; }
public long idImpuestoCabecera { get; set; }
public long idCamarero_Creacion { get; set; }
public long idCamarero_UltimaModificacion { get; set; }
public Nullable<long> idMesa { get; set; }
public Nullable<long> idPuntoBarra { get; set; }
public Nullable<decimal> importeTotal { get; set; }
public bool cobrado { get; set; }
public bool modificado { get; set; }
public string guid { get; set; }
public string tipoAccion { get; set; }
public System.DateTime tipoAccion_FechaHoraActualizacion { get; set; }
public virtual HPV_Camareros HPV_Camareros { get; set; }
public virtual HPV_Camareros HPV_Camareros1 { get; set; }
public virtual HPV_Mesas HPV_Mesas { get; set; }
public virtual HPV_PuntosBarra HPV_PuntosBarra { get; set; }
public virtual HPV_Salas HPV_Salas { get; set; }
public virtual ICollection<HPVS_Tickets_Cabecera_MesasPuntosBarra_Unidos> HPVS_Tickets_Cabecera_MesasPuntosBarra_Unidos { get; set; }
public virtual ICollection<HPVS_Tickets_Cobros> HPVS_Tickets_Cobros { get; set; }
public virtual ICollection<HPVS_Tickets_Lineas> HPVS_Tickets_Lineas { get; set; }
public virtual ICollection<HPVS_Tickets_Resumen> HPVS_Tickets_Resumen { get; set; }
public virtual HPV_Terminales HPV_Terminales { get; set; }
public virtual HPV_Clientes HPV_Clientes { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
public virtual GEN_ImpuestosCabecera GEN_ImpuestosCabecera { get; set; }
}
}