34 lines
1.3 KiB
C#
34 lines
1.3 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 CTA_PredefinidosCuentas
|
|
{
|
|
public CTA_PredefinidosCuentas()
|
|
{
|
|
this.CTA_PredefinidosLineas = new HashSet<CTA_PredefinidosLineas>();
|
|
}
|
|
|
|
public long id { get; set; }
|
|
public string codigo { get; set; }
|
|
public string descripcion { get; set; }
|
|
public string vector { get; set; }
|
|
public long idPredefinidoFichero { get; set; }
|
|
public Nullable<System.DateTime> fechaBorrado { get; set; }
|
|
public string vector_AUX_1 { get; set; }
|
|
|
|
public virtual CTA_PredefinidosFicheros CTA_PredefinidosFicheros { get; set; }
|
|
public virtual ICollection<CTA_PredefinidosLineas> CTA_PredefinidosLineas { get; set; }
|
|
}
|
|
}
|