Exferia/Exferia_EntityFramework/Exferia_EntityFramework/HPVS_Liquidaciones_Z.cs

31 lines
1.2 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_Liquidaciones_Z
{
public long numeroLiquidacion { get; set; }
public long idTerminal { get; set; }
public long idEmpresa { get; set; }
public System.DateTime fechaHora_Inicial { get; set; }
public long idAgrupacionPLVLinea { get; set; }
public decimal cantidad { get; set; }
public decimal importe { get; set; }
public virtual HPV_AgrupacionesPLVLineas HPV_AgrupacionesPLVLineas { get; set; }
public virtual HPV_Terminales HPV_Terminales { get; set; }
public virtual HPVS_Liquidaciones HPVS_Liquidaciones { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
}
}