Exferia/Exferia_EntityFramework/Exferia_EntityFramework/SNC_SincronizacionRegistros.cs

30 lines
1.1 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 SNC_SincronizacionRegistros
{
public long id { get; set; }
public long idEmpresa { get; set; }
public long idProducto { get; set; }
public string campoclave { get; set; }
public string tabla { get; set; }
public long idTerminal { get; set; }
public string tipoAccion { get; set; }
public int orden { get; set; }
public virtual PRV_Productos PRV_Productos { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
}
}