Exferia/Exferia_EntityFramework/Exferia_EntityFramework/HPVS_Gastos.cs

36 lines
1.5 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_Gastos
{
public long numeroGasto { get; set; }
public long idTerminal { get; set; }
public System.DateTime fechaHora { get; set; }
public long idCamarero { get; set; }
public long idEmpresa { get; set; }
public long idTipoGasto { get; set; }
public decimal importe { get; set; }
public string guid { get; set; }
public string tipoAccion { get; set; }
public Nullable<System.DateTime> fechaBorrado { get; set; }
public System.DateTime tipoAccion_FechaHoraActualizacion { get; set; }
public string observaciones { get; set; }
public virtual HPV_Camareros HPV_Camareros { get; set; }
public virtual HPV_Terminales HPV_Terminales { get; set; }
public virtual MAE_TiposGastos MAE_TiposGastos { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
}
}