bdmysql migrada

This commit is contained in:
2026-09-21 12:52:08 +02:00
parent 9cf862bfe1
commit 342d74c598
166 changed files with 1679 additions and 1685 deletions

View File

@@ -98,7 +98,7 @@ namespace bdAntifraudeMYSQL
} }
return per; return per;
} }
public static tsUtilidades.Permisos ObtienePermisos(bdAntifraude.dbcontext.antifraudeContext bd, string Codigo, int idUsuario) public static tsUtilidades.Permisos ObtienePermisos(bdAntifraudeMYSQL.dbcontext.antifraudeContext bd, string Codigo, int idUsuario)
{ {
tsUtilidades.Permisos per = new tsUtilidades.Permisos(); tsUtilidades.Permisos per = new tsUtilidades.Permisos();
USUARIOS usu = bd.USUARIOS.Include(x => x.IDGRUPONavigation).Include(x => x.IDGRUPOBDNavigation).First(x => x.IDUSUARIO == idUsuario); USUARIOS usu = bd.USUARIOS.Include(x => x.IDGRUPONavigation).Include(x => x.IDGRUPOBDNavigation).First(x => x.IDUSUARIO == idUsuario);

View File

@@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<PropertyChanged />
</Weavers>

View File

@@ -7,6 +7,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.31" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" /> <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" /> <PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageReference Include="tsCorreos" Version="1.0.7" /> <PackageReference Include="tsCorreos" Version="1.0.7" />

View File

@@ -1,28 +1,27 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ACCESOSWEB [AddINotifyPropertyChangedInterface]
public partial class ACCESOSWEB
{ {
public long IDACCESO { get; set; } public int IDACCESO { get; set; }
public long IDUSUARIO { get; set; } public int IDUSUARIO { get; set; }
public long TIPOUSUARIO { get; set; } public int TIPOUSUARIO { get; set; }
public DateTime FECHAHORA { get; set; } public DateTime FECHAHORA { get; set; }
public string CLAVEACCESO { get; set; } = null!; public string CLAVEACCESO { get; set; } = null!;
public long TIPOACCESO { get; set; } public int TIPOACCESO { get; set; }
public sbyte ACCESOCONCEDIDO { get; set; } public bool ACCESOCONCEDIDO { get; set; }
public sbyte ACCESOCADUCADO { get; set; } public bool ACCESOCADUCADO { get; set; }
public string? DOCUMENTOIDENTIDAD { get; set; } public string? DOCUMENTOIDENTIDAD { get; set; }

View File

@@ -1,18 +1,17 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ACTOSADMINPREP [AddINotifyPropertyChangedInterface]
public partial class ACTOSADMINPREP
{ {
public long IDACTOADMINISTRATIVO { get; set; } public int IDACTOADMINISTRATIVO { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }
public long? IDMOTIVOADMINISTRATIVO { get; set; } public int? IDMOTIVOADMINISTRATIVO { get; set; }
public string? TEXTO1 { get; set; } public string? TEXTO1 { get; set; }
@@ -20,7 +19,7 @@ public partial class ACTOSADMINPREP
public string? TEXTO3 { get; set; } public string? TEXTO3 { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public string DESCRIPCION { get; set; } = null!; public string DESCRIPCION { get; set; } = null!;

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ADSCRIPCION [AddINotifyPropertyChangedInterface]
public partial class ADSCRIPCION
{ {
public long IDADSCRIPCION { get; set; } public int IDADSCRIPCION { get; set; }
public string? ADSCRIPCION1 { get; set; } public string? ADSCRIPCION1 { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public virtual ICollection<RPT_DESCRIP> RPT_DESCRIP { get; set; } = new List<RPT_DESCRIP>(); public virtual ICollection<RPT_DESCRIP> RPT_DESCRIP { get; set; } = new List<RPT_DESCRIP>();
} }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ALTOS_CARGOS [AddINotifyPropertyChangedInterface]
public partial class ALTOS_CARGOS
{ {
public long IDALTOCARGO { get; set; } public int IDALTOCARGO { get; set; }
public string? NIF { get; set; } public string? NIF { get; set; }
@@ -18,7 +17,7 @@ public partial class ALTOS_CARGOS
public string? APELLIDO2 { get; set; } public string? APELLIDO2 { get; set; }
public long? TIPO { get; set; } public int? TIPO { get; set; }
public DateTime? FECHA_NOMBRAMIENTO { get; set; } public DateTime? FECHA_NOMBRAMIENTO { get; set; }
@@ -26,7 +25,7 @@ public partial class ALTOS_CARGOS
public DateTime? FECHA_TRIENIO { get; set; } public DateTime? FECHA_TRIENIO { get; set; }
public long? GRUPO { get; set; } public int? GRUPO { get; set; }
public string? AREA { get; set; } public string? AREA { get; set; }

View File

@@ -1,18 +1,17 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class AMORTIZACIONESPRESTAMOS [AddINotifyPropertyChangedInterface]
public partial class AMORTIZACIONESPRESTAMOS
{ {
public long IDAMORTIZACIONESPRESTAMOS { get; set; } public int IDAMORTIZACIONESPRESTAMOS { get; set; }
public long? IDPRESTAMO { get; set; } public int? IDPRESTAMO { get; set; }
public long? IDNOMINAAMORTIZADO { get; set; } public int? IDNOMINAAMORTIZADO { get; set; }
public double? CANTIDADAMORTIZADA { get; set; } public double? CANTIDADAMORTIZADA { get; set; }
@@ -22,11 +21,11 @@ public partial class AMORTIZACIONESPRESTAMOS
public double? IMPORTEPAGOESPECIE { get; set; } public double? IMPORTEPAGOESPECIE { get; set; }
public sbyte AMORTIZADO { get; set; } public bool AMORTIZADO { get; set; }
public long? AÑO { get; set; } public int? AÑO { get; set; }
public long? MES { get; set; } public int? MES { get; set; }
public virtual NOMINAS? IDNOMINAAMORTIZADONavigation { get; set; } public virtual NOMINAS? IDNOMINAAMORTIZADONavigation { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class APLICACION_PRESUPUESTARIA [AddINotifyPropertyChangedInterface]
public partial class APLICACION_PRESUPUESTARIA
{ {
public long IDAPRESUP { get; set; } public int IDAPRESUP { get; set; }
public decimal? APLICACION { get; set; } public decimal? APLICACION { get; set; }
@@ -18,5 +17,5 @@ public partial class APLICACION_PRESUPUESTARIA
public string? ACTIVA { get; set; } public string? ACTIVA { get; set; }
public long? IDGRUPO { get; set; } public int? IDGRUPO { get; set; }
} }

View File

@@ -1,26 +1,25 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ASCENDIENTES [AddINotifyPropertyChangedInterface]
public partial class ASCENDIENTES
{ {
public long IDASCENDIENTES { get; set; } public int IDASCENDIENTES { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
public DateTime? FECHANACIMIENTO { get; set; } public DateTime? FECHANACIMIENTO { get; set; }
public long? CONVIVENCIA { get; set; } public int? CONVIVENCIA { get; set; }
public long? IDDISCAPACIDAD { get; set; } public int? IDDISCAPACIDAD { get; set; }
public sbyte MOVILIDADREDUCIDA { get; set; } public bool MOVILIDADREDUCIDA { get; set; }
public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; } public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; }

View File

@@ -1,26 +1,25 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ASCENDIENTESHISTORICOIRPF [AddINotifyPropertyChangedInterface]
public partial class ASCENDIENTESHISTORICOIRPF
{ {
public long IDASCENDIENTESHISTORICOIRPF { get; set; } public int IDASCENDIENTESHISTORICOIRPF { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
public DateTime? FECHANACIMIENTO { get; set; } public DateTime? FECHANACIMIENTO { get; set; }
public long? CONVIVENCIA { get; set; } public int? CONVIVENCIA { get; set; }
public long? IDDISCAPACIDAD { get; set; } public int? IDDISCAPACIDAD { get; set; }
public sbyte MOVILIDADREDUCIDA { get; set; } public bool MOVILIDADREDUCIDA { get; set; }
public long? IDHISTORICOIRPF { get; set; } public int? IDHISTORICOIRPF { get; set; }
public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; } public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; }

View File

@@ -1,24 +1,23 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ASIGNACIONTEMPORALCOBRADA [AddINotifyPropertyChangedInterface]
public partial class ASIGNACIONTEMPORALCOBRADA
{ {
public long IDASIGNACIONTEMP { get; set; } public int IDASIGNACIONTEMP { get; set; }
public long IDPERSONA { get; set; } public int IDPERSONA { get; set; }
public long? DIASPAGADO { get; set; } public int? DIASPAGADO { get; set; }
public double? IMPORTEPAGADO { get; set; } public double? IMPORTEPAGADO { get; set; }
public long? ANO { get; set; } public int? ANO { get; set; }
public long? MES { get; set; } public int? MES { get; set; }
public virtual PERSONAS IDPERSONANavigation { get; set; } = null!; public virtual PERSONAS IDPERSONANavigation { get; set; } = null!;
} }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ASISTENCIAS [AddINotifyPropertyChangedInterface]
public partial class ASISTENCIAS
{ {
public long IDASISTENCIA { get; set; } public int IDASISTENCIA { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }
public long? IDINCIDENCIACONTROLHORARIO { get; set; } public int? IDINCIDENCIACONTROLHORARIO { get; set; }
public DateTime? FECHAOCURRENCIA { get; set; } public DateTime? FECHAOCURRENCIA { get; set; }
@@ -58,15 +57,15 @@ public partial class ASISTENCIAS
public DateTime? FECHAOCURRENCIAFIN { get; set; } public DateTime? FECHAOCURRENCIAFIN { get; set; }
public long? NUMERODEDIAS { get; set; } public int? NUMERODEDIAS { get; set; }
public sbyte ADJUNTO { get; set; } public bool ADJUNTO { get; set; }
public long? IDASISTENCIARELACIONADA { get; set; } public int? IDASISTENCIARELACIONADA { get; set; }
public long? IDOPCIONSELECCIONADA { get; set; } public int? IDOPCIONSELECCIONADA { get; set; }
public long? NUMEROELEMENTOS { get; set; } public int? NUMEROELEMENTOS { get; set; }
public virtual ICollection<ESTADOSASISTENCIA> ESTADOSASISTENCIA { get; set; } = new List<ESTADOSASISTENCIA>(); public virtual ICollection<ESTADOSASISTENCIA> ESTADOSASISTENCIA { get; set; } = new List<ESTADOSASISTENCIA>();

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ASISTENCIASSESIONES [AddINotifyPropertyChangedInterface]
public partial class ASISTENCIASSESIONES
{ {
public long IDASISTENCIASESION { get; set; } public int IDASISTENCIASESION { get; set; }
public long IDSESION { get; set; } public int IDSESION { get; set; }
public long IDPERSONA { get; set; } public int IDPERSONA { get; set; }
public long? IDLIQUIDACION { get; set; } public int? IDLIQUIDACION { get; set; }
public virtual NOMINATRABAJADORCABECERA? IDLIQUIDACIONNavigation { get; set; } public virtual NOMINATRABAJADORCABECERA? IDLIQUIDACIONNavigation { get; set; }

View File

@@ -1,30 +1,29 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class AUTORIZACIONESGRUPOS [AddINotifyPropertyChangedInterface]
public partial class AUTORIZACIONESGRUPOS
{ {
public long IDAUTORIZACIONGRUPO { get; set; } public int IDAUTORIZACIONGRUPO { get; set; }
public long? IDGRUPO { get; set; } public int? IDGRUPO { get; set; }
public long? IDPERMISO { get; set; } public int? IDPERMISO { get; set; }
public sbyte PERMITIRCONSULTAS { get; set; } public bool PERMITIRCONSULTAS { get; set; }
public sbyte PERMITIRNUEVOS { get; set; } public bool PERMITIRNUEVOS { get; set; }
public sbyte PERMITIRMODIFICACIONES { get; set; } public bool PERMITIRMODIFICACIONES { get; set; }
public sbyte PERMITIRELIMINACIONES { get; set; } public bool PERMITIRELIMINACIONES { get; set; }
public sbyte PERMITIRIMPRESIONES { get; set; } public bool PERMITIRIMPRESIONES { get; set; }
public sbyte OTROSPERMISOS { get; set; } public bool OTROSPERMISOS { get; set; }
public virtual GRUPOSUSUARIOS? IDGRUPONavigation { get; set; } public virtual GRUPOSUSUARIOS? IDGRUPONavigation { get; set; }

View File

@@ -1,30 +1,29 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class AUTORIZACIONESUSUARIOS [AddINotifyPropertyChangedInterface]
public partial class AUTORIZACIONESUSUARIOS
{ {
public long IDAUTORIZACIONES { get; set; } public int IDAUTORIZACIONES { get; set; }
public long? IDUSUARIO { get; set; } public int? IDUSUARIO { get; set; }
public long IDPERMISO { get; set; } public int IDPERMISO { get; set; }
public sbyte PERMITIRCONSULTAS { get; set; } public bool PERMITIRCONSULTAS { get; set; }
public sbyte PERMITIRNUEVOS { get; set; } public bool PERMITIRNUEVOS { get; set; }
public sbyte PERMITIRMODIFICACIONES { get; set; } public bool PERMITIRMODIFICACIONES { get; set; }
public sbyte PERMITIRELIMINACIONES { get; set; } public bool PERMITIRELIMINACIONES { get; set; }
public sbyte PERMITIRIMPRESIONES { get; set; } public bool PERMITIRIMPRESIONES { get; set; }
public sbyte OTROSPERMISOS { get; set; } public bool OTROSPERMISOS { get; set; }
public virtual PERMISOS IDPERMISONavigation { get; set; } = null!; public virtual PERMISOS IDPERMISONavigation { get; set; } = null!;

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class BANCOS [AddINotifyPropertyChangedInterface]
public partial class BANCOS
{ {
public long IDBANCO { get; set; } public int IDBANCO { get; set; }
public string CODIGO { get; set; } = null!; public string CODIGO { get; set; } = null!;
@@ -16,5 +15,5 @@ public partial class BANCOS
public string? BIC { get; set; } public string? BIC { get; set; }
public sbyte OBSOLETO { get; set; } public bool OBSOLETO { get; set; }
} }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class BLOQUEOS [AddINotifyPropertyChangedInterface]
public partial class BLOQUEOS
{ {
public long IDBLOQUEO { get; set; } public int IDBLOQUEO { get; set; }
public long? IDCONEXION { get; set; } public int? IDCONEXION { get; set; }
public string? APLICACION { get; set; } public string? APLICACION { get; set; }
public long? IDREGISTROBLOQUEADO { get; set; } public int? IDREGISTROBLOQUEADO { get; set; }
public virtual CONEXIONES? IDCONEXIONNavigation { get; set; } public virtual CONEXIONES? IDCONEXIONNavigation { get; set; }
} }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CERTIFICADOSPUBLICOS [AddINotifyPropertyChangedInterface]
public partial class CERTIFICADOSPUBLICOS
{ {
public long IDCERTIFICADO { get; set; } public int IDCERTIFICADO { get; set; }
public string? CODIGO { get; set; } public string? CODIGO { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CODIGOSPOSTALES [AddINotifyPropertyChangedInterface]
public partial class CODIGOSPOSTALES
{ {
public long IDCODIGOPOSTAL { get; set; } public int IDCODIGOPOSTAL { get; set; }
public string CODIGOPOSTAL { get; set; } = null!; public string CODIGOPOSTAL { get; set; } = null!;
@@ -18,7 +17,7 @@ public partial class CODIGOSPOSTALES
public DateTime? FECHAALTA { get; set; } public DateTime? FECHAALTA { get; set; }
public long? IDALTA { get; set; } public int? IDALTA { get; set; }
public virtual MUNICIPIOS? CODIGOMUNICIPIONavigation { get; set; } public virtual MUNICIPIOS? CODIGOMUNICIPIONavigation { get; set; }
} }

View File

@@ -1,12 +1,11 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class COMARCAS [AddINotifyPropertyChangedInterface]
public partial class COMARCAS
{ {
public string CODIGOCOMARCA { get; set; } = null!; public string CODIGOCOMARCA { get; set; } = null!;

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class COMPLEMENTONIVEL [AddINotifyPropertyChangedInterface]
public partial class COMPLEMENTONIVEL
{ {
public long IDCOMPLEMENTONIVEL { get; set; } public int IDCOMPLEMENTONIVEL { get; set; }
public double? IMPORTEANUAL { get; set; } public double? IMPORTEANUAL { get; set; }
public double? IMPORTEMENSUAL { get; set; } public double? IMPORTEMENSUAL { get; set; }
public long? IDNIVEL { get; set; } public int? IDNIVEL { get; set; }
public long? IDRPT { get; set; } public int? IDRPT { get; set; }
public virtual NIVEL? IDNIVELNavigation { get; set; } public virtual NIVEL? IDNIVELNavigation { get; set; }

View File

@@ -1,24 +1,23 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class COMPLEMENTOSCARRERA [AddINotifyPropertyChangedInterface]
public partial class COMPLEMENTOSCARRERA
{ {
public long IDCOMCARR { get; set; } public int IDCOMCARR { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
public long? IDGRUPO { get; set; } public int? IDGRUPO { get; set; }
public double? CANTIDAD { get; set; } public double? CANTIDAD { get; set; }
public long? IDTRAMO { get; set; } public int? IDTRAMO { get; set; }
public DateTime? FECHAFIN { get; set; } public DateTime? FECHAFIN { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CONCEPTOSGENERALES [AddINotifyPropertyChangedInterface]
public partial class CONCEPTOSGENERALES
{ {
public long IDCONCEPTOSGENERALES { get; set; } public int IDCONCEPTOSGENERALES { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
@@ -32,25 +31,25 @@ public partial class CONCEPTOSGENERALES
public string? APLPRESLABORAL { get; set; } public string? APLPRESLABORAL { get; set; }
public sbyte RETRIBUCIONES { get; set; } public bool RETRIBUCIONES { get; set; }
public sbyte DEDUCCIONES { get; set; } public bool DEDUCCIONES { get; set; }
public sbyte COTIZASEGURIDADSOCIAL { get; set; } public bool COTIZASEGURIDADSOCIAL { get; set; }
public sbyte COTIZAIRPF { get; set; } public bool COTIZAIRPF { get; set; }
public sbyte EXTRA { get; set; } public bool EXTRA { get; set; }
public string? TIPO { get; set; } public string? TIPO { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public sbyte INTERVIENEENPAGODIRECTO { get; set; } public bool INTERVIENEENPAGODIRECTO { get; set; }
public sbyte PERTENECENOMINA { get; set; } public bool PERTENECENOMINA { get; set; }
public sbyte PERTENECELIQUIDACIONES { get; set; } public bool PERTENECELIQUIDACIONES { get; set; }
public string? APLPRESFUNCIONARIOB { get; set; } public string? APLPRESFUNCIONARIOB { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CONCEPTOSPUESTOSDETRABAJO [AddINotifyPropertyChangedInterface]
public partial class CONCEPTOSPUESTOSDETRABAJO
{ {
public long IDCONCEPTOSPUESTOSDETRABAJO { get; set; } public int IDCONCEPTOSPUESTOSDETRABAJO { get; set; }
public long? IDPUESTOSDETRABAJO { get; set; } public int? IDPUESTOSDETRABAJO { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
@@ -22,17 +21,17 @@ public partial class CONCEPTOSPUESTOSDETRABAJO
public string? APLICACIONPRESUPUESTARIA { get; set; } public string? APLICACIONPRESUPUESTARIA { get; set; }
public sbyte RETRIBUCIONES { get; set; } public bool RETRIBUCIONES { get; set; }
public sbyte DEDUCCIONES { get; set; } public bool DEDUCCIONES { get; set; }
public sbyte COTIZASEGURIDADSOCIAL { get; set; } public bool COTIZASEGURIDADSOCIAL { get; set; }
public sbyte COTIZAIRPF { get; set; } public bool COTIZAIRPF { get; set; }
public sbyte EXTRA { get; set; } public bool EXTRA { get; set; }
public long? IDCONCEPTOGENERAL { get; set; } public int? IDCONCEPTOGENERAL { get; set; }
public virtual CONCEPTOSGENERALES? IDCONCEPTOGENERALNavigation { get; set; } public virtual CONCEPTOSGENERALES? IDCONCEPTOGENERALNavigation { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CONCEPTOSTIPOSPUESTOSTRABAJO [AddINotifyPropertyChangedInterface]
public partial class CONCEPTOSTIPOSPUESTOSTRABAJO
{ {
public long IDCONCEPTOSTIPOSPUESTOTRABAJO { get; set; } public int IDCONCEPTOSTIPOSPUESTOTRABAJO { get; set; }
public long IDTIPOPUESTOSTRABAJO { get; set; } public int IDTIPOPUESTOSTRABAJO { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
@@ -22,17 +21,17 @@ public partial class CONCEPTOSTIPOSPUESTOSTRABAJO
public string? APLICACIONPRESUPUESTARIA { get; set; } public string? APLICACIONPRESUPUESTARIA { get; set; }
public sbyte COTIZASEGURIDADSOCIAL { get; set; } public bool COTIZASEGURIDADSOCIAL { get; set; }
public sbyte COTIZAIRPF { get; set; } public bool COTIZAIRPF { get; set; }
public sbyte RETRIBUCIONES { get; set; } public bool RETRIBUCIONES { get; set; }
public sbyte DEDUCCIONES { get; set; } public bool DEDUCCIONES { get; set; }
public sbyte EXTRA { get; set; } public bool EXTRA { get; set; }
public long? IDCONCEPTOGENERAL { get; set; } public int? IDCONCEPTOGENERAL { get; set; }
public virtual CONCEPTOSGENERALES? IDCONCEPTOGENERALNavigation { get; set; } public virtual CONCEPTOSGENERALES? IDCONCEPTOGENERALNavigation { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CONEXIONES [AddINotifyPropertyChangedInterface]
public partial class CONEXIONES
{ {
public long IDCONEXION { get; set; } public int IDCONEXION { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }

View File

@@ -1,24 +1,23 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CONEXIONESBD [AddINotifyPropertyChangedInterface]
public partial class CONEXIONESBD
{ {
public long IDCONEXIONESBD { get; set; } public int IDCONEXIONESBD { get; set; }
public long IDGRUPOBD { get; set; } public int IDGRUPOBD { get; set; }
public string? SERVIDORLOCAL { get; set; } public string? SERVIDORLOCAL { get; set; }
public string? SERVIDORREMOTO { get; set; } public string? SERVIDORREMOTO { get; set; }
public long? PUERTOLOCAL { get; set; } public int? PUERTOLOCAL { get; set; }
public long? PUERTOREMOTO { get; set; } public int? PUERTOREMOTO { get; set; }
public string? USUARIO { get; set; } public string? USUARIO { get; set; }

View File

@@ -1,18 +1,17 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CONSOLIDACION_GRADO [AddINotifyPropertyChangedInterface]
public partial class CONSOLIDACION_GRADO
{ {
public long IDCUMPGRADO { get; set; } public int IDCUMPGRADO { get; set; }
public long? IDPERSONAL { get; set; } public int? IDPERSONAL { get; set; }
public long? NIVEL { get; set; } public int? NIVEL { get; set; }
public DateTime? FECHA_EFECTO { get; set; } public DateTime? FECHA_EFECTO { get; set; }
@@ -20,7 +19,7 @@ public partial class CONSOLIDACION_GRADO
public DateTime? FECHA_COMUNICACION { get; set; } public DateTime? FECHA_COMUNICACION { get; set; }
public long? IDNIVEL { get; set; } public int? IDNIVEL { get; set; }
public virtual NIVEL? IDNIVELNavigation { get; set; } public virtual NIVEL? IDNIVELNavigation { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CONTRATOS [AddINotifyPropertyChangedInterface]
public partial class CONTRATOS
{ {
public long IDCONTRATO { get; set; } public int IDCONTRATO { get; set; }
public string? CODIGO { get; set; } public string? CODIGO { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CORREOS [AddINotifyPropertyChangedInterface]
public partial class CORREOS
{ {
public long IDCORREO { get; set; } public int IDCORREO { get; set; }
public long? IDCUENTA { get; set; } public int? IDCUENTA { get; set; }
public string? REMITENTE { get; set; } public string? REMITENTE { get; set; }
@@ -24,7 +23,7 @@ public partial class CORREOS
public string? RUTAFICHEROADJUNTO { get; set; } public string? RUTAFICHEROADJUNTO { get; set; }
public long? IDFICHEROADJUNTO { get; set; } public int? IDFICHEROADJUNTO { get; set; }
public DateTime? FECHACREACION { get; set; } public DateTime? FECHACREACION { get; set; }
@@ -36,9 +35,9 @@ public partial class CORREOS
public DateTime? FECHAAVISOERROR { get; set; } public DateTime? FECHAAVISOERROR { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public long? IDAPLICACION { get; set; } public int? IDAPLICACION { get; set; }
public string? CODIGOAPLICACION { get; set; } public string? CODIGOAPLICACION { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CUENTASCORREO [AddINotifyPropertyChangedInterface]
public partial class CUENTASCORREO
{ {
public long IDCUENTA { get; set; } public int IDCUENTA { get; set; }
public string? CODIGO { get; set; } public string? CODIGO { get; set; }
@@ -20,11 +19,11 @@ public partial class CUENTASCORREO
public string? PASSWORDENC { get; set; } public string? PASSWORDENC { get; set; }
public long? PUERTO { get; set; } public int? PUERTO { get; set; }
public sbyte SSL { get; set; } public bool SSL { get; set; }
public sbyte DESHABILITADA { get; set; } public bool DESHABILITADA { get; set; }
public virtual ICollection<CORREOS> CORREOS { get; set; } = new List<CORREOS>(); public virtual ICollection<CORREOS> CORREOS { get; set; } = new List<CORREOS>();
} }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CUENTASCOTIZACIONPATRONAL [AddINotifyPropertyChangedInterface]
public partial class CUENTASCOTIZACIONPATRONAL
{ {
public long IDCUENTACOTIZACIONPATRONAL { get; set; } public int IDCUENTACOTIZACIONPATRONAL { get; set; }
public string? CODIGO { get; set; } public string? CODIGO { get; set; }
@@ -28,23 +27,23 @@ public partial class CUENTASCOTIZACIONPATRONAL
public string? IBANLIQUIDACIONESACREEDORAS { get; set; } public string? IBANLIQUIDACIONESACREEDORAS { get; set; }
public long? IDTITULARTIPOIPF { get; set; } public int? IDTITULARTIPOIPF { get; set; }
public string? TITULARIPF { get; set; } public string? TITULARIPF { get; set; }
public string? TITULARNOMBRE { get; set; } public string? TITULARNOMBRE { get; set; }
public sbyte FUNCIONARIO { get; set; } public bool FUNCIONARIO { get; set; }
public sbyte LABORAL { get; set; } public bool LABORAL { get; set; }
public sbyte EVENTUAL { get; set; } public bool EVENTUAL { get; set; }
public sbyte INTERINO { get; set; } public bool INTERINO { get; set; }
public sbyte ALTOCARGO { get; set; } public bool ALTOCARGO { get; set; }
public sbyte DIPUTADOSENASIGNACION { get; set; } public bool DIPUTADOSENASIGNACION { get; set; }
public DateTime? FECHAALTA { get; set; } public DateTime? FECHAALTA { get; set; }

View File

@@ -1,28 +1,27 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CUERPO [AddINotifyPropertyChangedInterface]
public partial class CUERPO
{ {
public long IDCUERPO { get; set; } public int IDCUERPO { get; set; }
public string? CUERPO1 { get; set; } public string? CUERPO1 { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public long? GRUPO_ASOCIADO { get; set; } public int? GRUPO_ASOCIADO { get; set; }
public long? MIN_GRADO { get; set; } public int? MIN_GRADO { get; set; }
public long? MAX_GRADO { get; set; } public int? MAX_GRADO { get; set; }
public long? IDGRUPO { get; set; } public int? IDGRUPO { get; set; }
public virtual GRUPO? IDGRUPONavigation { get; set; } public virtual GRUPO? IDGRUPONavigation { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CUMPLIMIENTO_TRIENIOS [AddINotifyPropertyChangedInterface]
public partial class CUMPLIMIENTO_TRIENIOS
{ {
public long IDCUMPTRIENIO { get; set; } public int IDCUMPTRIENIO { get; set; }
public long? IDPERSONAL { get; set; } public int? IDPERSONAL { get; set; }
public string? GRUPO { get; set; } public string? GRUPO { get; set; }
public long? TC { get; set; } public int? TC { get; set; }
public DateTime? FECHA_PROPUESTA { get; set; } public DateTime? FECHA_PROPUESTA { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class CURSOS [AddINotifyPropertyChangedInterface]
public partial class CURSOS
{ {
public long IDCURSO { get; set; } public int IDCURSO { get; set; }
public string? DENOMINACION { get; set; } public string? DENOMINACION { get; set; }
public long? IDMODOIMPARTICION { get; set; } public int? IDMODOIMPARTICION { get; set; }
public long? IDSALA { get; set; } public int? IDSALA { get; set; }
public DateTime? FECHAINICIOCURSO { get; set; } public DateTime? FECHAINICIOCURSO { get; set; }
@@ -24,15 +23,15 @@ public partial class CURSOS
public DateTime? FECHAFININSCRIPCION { get; set; } public DateTime? FECHAFININSCRIPCION { get; set; }
public long? IDHORARIOCURSO { get; set; } public int? IDHORARIOCURSO { get; set; }
public DateTime? FECHAEXPEDICIONCERTIFICADO { get; set; } public DateTime? FECHAEXPEDICIONCERTIFICADO { get; set; }
public long? IDPROFESOR { get; set; } public int? IDPROFESOR { get; set; }
public string? CONVOCATORIA { get; set; } public string? CONVOCATORIA { get; set; }
public long? IDPERSONACURSO { get; set; } public int? IDPERSONACURSO { get; set; }
public virtual ICollection<FORMACION> FORMACION { get; set; } = new List<FORMACION>(); public virtual ICollection<FORMACION> FORMACION { get; set; } = new List<FORMACION>();

View File

@@ -1,18 +1,17 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DECLARACIONESDEVENGOS [AddINotifyPropertyChangedInterface]
public partial class DECLARACIONESDEVENGOS
{ {
public long IDDECLARACION { get; set; } public int IDDECLARACION { get; set; }
public long AÑO { get; set; } public int AÑO { get; set; }
public long MES { get; set; } public int MES { get; set; }
public DateTime? FECHADECLARACION { get; set; } public DateTime? FECHADECLARACION { get; set; }

View File

@@ -1,26 +1,25 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DEDUCCIONESRETENCIONESJUDICI [AddINotifyPropertyChangedInterface]
public partial class DEDUCCIONESRETENCIONESJUDICI
{ {
public long IDDEDUCCRETENJUDI { get; set; } public int IDDEDUCCRETENJUDI { get; set; }
public long? IDRETENCION { get; set; } public int? IDRETENCION { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public long? IDNOMINA { get; set; } public int? IDNOMINA { get; set; }
public double? CANTIDADDEDUCIDA { get; set; } public double? CANTIDADDEDUCIDA { get; set; }
public double? SALDO { get; set; } public double? SALDO { get; set; }
public sbyte DESCONTADA { get; set; } public bool DESCONTADA { get; set; }
public virtual NOMINAS? IDNOMINANavigation { get; set; } public virtual NOMINAS? IDNOMINANavigation { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DEPARTAMENTOSCH [AddINotifyPropertyChangedInterface]
public partial class DEPARTAMENTOSCH
{ {
public long IDDEPARTAMENTO { get; set; } public int IDDEPARTAMENTO { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
@@ -16,7 +15,7 @@ public partial class DEPARTAMENTOSCH
public DateTime? FECHABAJA { get; set; } public DateTime? FECHABAJA { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public virtual ICollection<ROLESDEPARTAMENTOSCH> ROLESDEPARTAMENTOSCH { get; set; } = new List<ROLESDEPARTAMENTOSCH>(); public virtual ICollection<ROLESDEPARTAMENTOSCH> ROLESDEPARTAMENTOSCH { get; set; } = new List<ROLESDEPARTAMENTOSCH>();
} }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DESGLOSETRIYCOMPLANTIGUEDAD [AddINotifyPropertyChangedInterface]
public partial class DESGLOSETRIYCOMPLANTIGUEDAD
{ {
public long IDDESGLOSETRIYCOMPLANTI { get; set; } public int IDDESGLOSETRIYCOMPLANTI { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
@@ -20,7 +19,7 @@ public partial class DESGLOSETRIYCOMPLANTIGUEDAD
public string? TIPO { get; set; } public string? TIPO { get; set; }
public long? IDNOMINATRABAJADORCAB { get; set; } public int? IDNOMINATRABAJADORCAB { get; set; }
public virtual NOMINATRABAJADORCABECERA? IDNOMINATRABAJADORCABNavigation { get; set; } public virtual NOMINATRABAJADORCABECERA? IDNOMINATRABAJADORCABNavigation { get; set; }
} }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DEVENGOS [AddINotifyPropertyChangedInterface]
public partial class DEVENGOS
{ {
public long IDDEVENGO { get; set; } public int IDDEVENGO { get; set; }
public long? IDPERCEPTOR { get; set; } public int? IDPERCEPTOR { get; set; }
public DateTime FECHA { get; set; } public DateTime FECHA { get; set; }
public long? IDCLAVE { get; set; } public int? IDCLAVE { get; set; }
public long? IDSUBCLAVE { get; set; } public int? IDSUBCLAVE { get; set; }
public double? PERCEPCIONESINTEGRAS { get; set; } public double? PERCEPCIONESINTEGRAS { get; set; }
@@ -30,19 +29,19 @@ public partial class DEVENGOS
public DateTime? AÑONACIMIENTO { get; set; } public DateTime? AÑONACIMIENTO { get; set; }
public long? IDSITUACIONFAMILIAR { get; set; } public int? IDSITUACIONFAMILIAR { get; set; }
public string? NIFCONYUGE { get; set; } public string? NIFCONYUGE { get; set; }
public long? IDDISCAPACIDAD { get; set; } public int? IDDISCAPACIDAD { get; set; }
public long? IDCONTRATOORELACION { get; set; } public int? IDCONTRATOORELACION { get; set; }
public sbyte MOVILIDADGEOGRAFICA2014 { get; set; } public bool MOVILIDADGEOGRAFICA2014 { get; set; }
public sbyte MOVILIDADGEOGRAFICA { get; set; } public bool MOVILIDADGEOGRAFICA { get; set; }
public long? ADQOREHVIVIENDAFINANAJENA { get; set; } public int? ADQOREHVIVIENDAFINANAJENA { get; set; }
public double? REDUCCIONES { get; set; } public double? REDUCCIONES { get; set; }
@@ -52,65 +51,65 @@ public partial class DEVENGOS
public double? ANUALIDADESALIMENTOS { get; set; } public double? ANUALIDADESALIMENTOS { get; set; }
public long? DESCENDIENTEMENOR3AÑOSTOTAL { get; set; } public int? DESCENDIENTEMENOR3AÑOSTOTAL { get; set; }
public long? DMENOR3AÑOSPORENTERO { get; set; } public int? DMENOR3AÑOSPORENTERO { get; set; }
public long? DESCENDIENTESRESTOTOTAL { get; set; } public int? DESCENDIENTESRESTOTOTAL { get; set; }
public long? DESCENDIENTESRESTOPORENTERO { get; set; } public int? DESCENDIENTESRESTOPORENTERO { get; set; }
public long? ASCENDIENTESMENOR75TOTAL { get; set; } public int? ASCENDIENTESMENOR75TOTAL { get; set; }
public long? ASCENDIENTESMENOR75PORENTERO { get; set; } public int? ASCENDIENTESMENOR75PORENTERO { get; set; }
public long? ASCENDIENTESMAYORIGUAL75TOTAL { get; set; } public int? ASCENDIENTESMAYORIGUAL75TOTAL { get; set; }
public long? AMAYORIGUAL75PORENTERO { get; set; } public int? AMAYORIGUAL75PORENTERO { get; set; }
public long? COMPUTODEHIJO1 { get; set; } public int? COMPUTODEHIJO1 { get; set; }
public long? COMPUTODEHIJO2 { get; set; } public int? COMPUTODEHIJO2 { get; set; }
public long? COMPUTODEHIJO3 { get; set; } public int? COMPUTODEHIJO3 { get; set; }
public long? DDMAYORIGUAL33YMENOR65TOTAL { get; set; } public int? DDMAYORIGUAL33YMENOR65TOTAL { get; set; }
public long? DDMAYORIGUAL33YMENOR65PORENT { get; set; } public int? DDMAYORIGUAL33YMENOR65PORENT { get; set; }
public long? DDMOVILIDADREDUCIDATOTAL { get; set; } public int? DDMOVILIDADREDUCIDATOTAL { get; set; }
public long? DDMOVILIDADREDUCIDAPORENT { get; set; } public int? DDMOVILIDADREDUCIDAPORENT { get; set; }
public long? DDMAYORIGUAL65TOTAL { get; set; } public int? DDMAYORIGUAL65TOTAL { get; set; }
public long? DDMAYORIGUAL65PORENT { get; set; } public int? DDMAYORIGUAL65PORENT { get; set; }
public long? DAMAYORIGUAL33YMENOR65TOTAL { get; set; } public int? DAMAYORIGUAL33YMENOR65TOTAL { get; set; }
public long? DAMAYORIGUAL33YMENOR65PORENT { get; set; } public int? DAMAYORIGUAL33YMENOR65PORENT { get; set; }
public long? DAMOVILIDADREDUCIDATOTAL { get; set; } public int? DAMOVILIDADREDUCIDATOTAL { get; set; }
public long? DAMOVILIDADREDUCIDAPORENT { get; set; } public int? DAMOVILIDADREDUCIDAPORENT { get; set; }
public long? DAMAYORIGUAL65TOTAL { get; set; } public int? DAMAYORIGUAL65TOTAL { get; set; }
public long? DAMAYORIGUAL65PORENT { get; set; } public int? DAMAYORIGUAL65PORENT { get; set; }
public long? EJERCICIO { get; set; } public int? EJERCICIO { get; set; }
public long? MES { get; set; } public int? MES { get; set; }
public string? CONCEPTO { get; set; } public string? CONCEPTO { get; set; }
public string? ORIGENDATO { get; set; } public string? ORIGENDATO { get; set; }
public long? IDNOMINA { get; set; } public int? IDNOMINA { get; set; }
public DateTime? FECHAFISCALIZACION { get; set; } public DateTime? FECHAFISCALIZACION { get; set; }
public long? IDDECLARACION { get; set; } public int? IDDECLARACION { get; set; }
public virtual ENUMERACIONES? IDCLAVENavigation { get; set; } public virtual ENUMERACIONES? IDCLAVENavigation { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DIASACOMPENSARPERSONAS [AddINotifyPropertyChangedInterface]
public partial class DIASACOMPENSARPERSONAS
{ {
public long IDDIAACOMPENSARPERSONA { get; set; } public int IDDIAACOMPENSARPERSONA { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }
@@ -20,5 +19,5 @@ public partial class DIASACOMPENSARPERSONAS
public DateTime? FECHALIMITEVALIDEZ { get; set; } public DateTime? FECHALIMITEVALIDEZ { get; set; }
public long? NUMERODIAS { get; set; } public int? NUMERODIAS { get; set; }
} }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DIASCOMPENSACION [AddINotifyPropertyChangedInterface]
public partial class DIASCOMPENSACION
{ {
public long IDDIACOMPENSACION { get; set; } public int IDDIACOMPENSACION { get; set; }
public long? IDHORAMES { get; set; } public int? IDHORAMES { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DIFERENCIAPAGODELEGADO [AddINotifyPropertyChangedInterface]
public partial class DIFERENCIAPAGODELEGADO
{ {
public long IDDIFERENCIAPAGODELEGADO { get; set; } public int IDDIFERENCIAPAGODELEGADO { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
@@ -16,7 +15,7 @@ public partial class DIFERENCIAPAGODELEGADO
public double? BASEDIARIASEGURIDADSOCIAL { get; set; } public double? BASEDIARIASEGURIDADSOCIAL { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public double? BASEPAGODIRECTO { get; set; } public double? BASEPAGODIRECTO { get; set; }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DIFERENCIATRIENIOS [AddINotifyPropertyChangedInterface]
public partial class DIFERENCIATRIENIOS
{ {
public long IDDIFERENCIASTRIENIOS { get; set; } public int IDDIFERENCIASTRIENIOS { get; set; }
public long? NUMEROTRIENIOS { get; set; } public int? NUMEROTRIENIOS { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public string? TIPO { get; set; } public string? TIPO { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHAALTA { get; set; } public DateTime? FECHAALTA { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DIPUTADOS [AddINotifyPropertyChangedInterface]
public partial class DIPUTADOS
{ {
public long IDDIPUTADOS { get; set; } public int IDDIPUTADOS { get; set; }
public long IDPERSONAS { get; set; } public int IDPERSONAS { get; set; }
public virtual PERSONAS IDPERSONASNavigation { get; set; } = null!; public virtual PERSONAS IDPERSONASNavigation { get; set; } = null!;
} }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DOCENCIA [AddINotifyPropertyChangedInterface]
public partial class DOCENCIA
{ {
public long IDDOCENCIA { get; set; } public int IDDOCENCIA { get; set; }
public string? DENOMINACION { get; set; } public string? DENOMINACION { get; set; }
@@ -20,9 +19,9 @@ public partial class DOCENCIA
public double? DURACION { get; set; } public double? DURACION { get; set; }
public long? IDTIPODOCENCIA { get; set; } public int? IDTIPODOCENCIA { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public string? RUTA { get; set; } public string? RUTA { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class DOTACION [AddINotifyPropertyChangedInterface]
public partial class DOTACION
{ {
public long IDDOTACION { get; set; } public int IDDOTACION { get; set; }
public string? DOTACION1 { get; set; } public string? DOTACION1 { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public long? PLAZO { get; set; } public int? PLAZO { get; set; }
} }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ENFERMEDADES [AddINotifyPropertyChangedInterface]
public partial class ENFERMEDADES
{ {
public long IDENFERMEDADES { get; set; } public int IDENFERMEDADES { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
@@ -18,13 +17,13 @@ public partial class ENFERMEDADES
public double? BASE { get; set; } public double? BASE { get; set; }
public long? IDTIPO { get; set; } public int? IDTIPO { get; set; }
public sbyte CONTINUIDAD { get; set; } public bool CONTINUIDAD { get; set; }
public sbyte NOMINANORMAL { get; set; } public bool NOMINANORMAL { get; set; }
public sbyte NOMINASEGURIDADSOCIAL { get; set; } public bool NOMINASEGURIDADSOCIAL { get; set; }
public virtual PERSONAS? IDPERSONANavigation { get; set; } public virtual PERSONAS? IDPERSONANavigation { get; set; }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ENLACES [AddINotifyPropertyChangedInterface]
public partial class ENLACES
{ {
public long IDENLACE { get; set; } public int IDENLACE { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public string? ENLACE { get; set; } public string? ENLACE { get; set; }
public long? IDSECCION { get; set; } public int? IDSECCION { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public sbyte VISIBLEPERSONAL { get; set; } public bool VISIBLEPERSONAL { get; set; }
} }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ENUMERACIONES [AddINotifyPropertyChangedInterface]
public partial class ENUMERACIONES
{ {
public long IDENUMERACION { get; set; } public int IDENUMERACION { get; set; }
public long? IDGRUPOENUMERACION { get; set; } public int? IDGRUPOENUMERACION { get; set; }
public string? CODIGO { get; set; } public string? CODIGO { get; set; }
@@ -24,9 +23,9 @@ public partial class ENUMERACIONES
public double? VALORNUMERICO2 { get; set; } public double? VALORNUMERICO2 { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public sbyte OCULTO { get; set; } public bool OCULTO { get; set; }
public string? VALORALFABETICO3 { get; set; } public string? VALORALFABETICO3 { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ESPECIFICOS [AddINotifyPropertyChangedInterface]
public partial class ESPECIFICOS
{ {
public long IDESPECIFICO { get; set; } public int IDESPECIFICO { get; set; }
public long? IDRPTDES { get; set; } public int? IDRPTDES { get; set; }
public decimal? IMPORTE_M { get; set; } public decimal? IMPORTE_M { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class ESTADOSASISTENCIA [AddINotifyPropertyChangedInterface]
public partial class ESTADOSASISTENCIA
{ {
public long IDESTADOASISTENCIA { get; set; } public int IDESTADOASISTENCIA { get; set; }
public long? IDASISTENCIA { get; set; } public int? IDASISTENCIA { get; set; }
public DateTime? FECHAHORA { get; set; } public DateTime? FECHAHORA { get; set; }
public long? IDESTADO { get; set; } public int? IDESTADO { get; set; }
public string? USUARIO { get; set; } public string? USUARIO { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class EXCEPCIONESHORARIOS [AddINotifyPropertyChangedInterface]
public partial class EXCEPCIONESHORARIOS
{ {
public long IDEXCEPCIONHORARIO { get; set; } public int IDEXCEPCIONHORARIO { get; set; }
public long? IDHORARIO { get; set; } public int? IDHORARIO { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
@@ -22,33 +21,33 @@ public partial class EXCEPCIONESHORARIOS
public double? TRAMO2FACTOR { get; set; } public double? TRAMO2FACTOR { get; set; }
public sbyte MAÑANALUNES { get; set; } public bool MAÑANALUNES { get; set; }
public sbyte MAÑANAMARTES { get; set; } public bool MAÑANAMARTES { get; set; }
public sbyte MAÑANAMIERCOLES { get; set; } public bool MAÑANAMIERCOLES { get; set; }
public sbyte MAÑANAJUEVES { get; set; } public bool MAÑANAJUEVES { get; set; }
public sbyte MAÑANAVIERNES { get; set; } public bool MAÑANAVIERNES { get; set; }
public sbyte MAÑANASABADO { get; set; } public bool MAÑANASABADO { get; set; }
public sbyte MAÑANADOMINGO { get; set; } public bool MAÑANADOMINGO { get; set; }
public sbyte TARDELUNES { get; set; } public bool TARDELUNES { get; set; }
public sbyte TARDEMARTES { get; set; } public bool TARDEMARTES { get; set; }
public sbyte TARDEMIERCOLES { get; set; } public bool TARDEMIERCOLES { get; set; }
public sbyte TARDEJUEVES { get; set; } public bool TARDEJUEVES { get; set; }
public sbyte TARDEVIERNES { get; set; } public bool TARDEVIERNES { get; set; }
public sbyte TARDESABADO { get; set; } public bool TARDESABADO { get; set; }
public sbyte TARDEDOMINGO { get; set; } public bool TARDEDOMINGO { get; set; }
public double? POSIBLEINICIOMAÑANA_D { get; set; } public double? POSIBLEINICIOMAÑANA_D { get; set; }

View File

@@ -1,34 +1,33 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class EXCEPCIONESPERMISOS [AddINotifyPropertyChangedInterface]
public partial class EXCEPCIONESPERMISOS
{ {
public long IDEXCEPCIONPERMISO { get; set; } public int IDEXCEPCIONPERMISO { get; set; }
public long? IDDEPARTAMENTO { get; set; } public int? IDDEPARTAMENTO { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public long? IDPERSONAPERMISO { get; set; } public int? IDPERSONAPERMISO { get; set; }
public sbyte SUPERVISORDETODO { get; set; } public bool SUPERVISORDETODO { get; set; }
public sbyte SUPERVISORDEPARTAMENTO { get; set; } public bool SUPERVISORDEPARTAMENTO { get; set; }
public sbyte DELEGADO { get; set; } public bool DELEGADO { get; set; }
public sbyte ADMINISTRADORCONTROLHORARIO { get; set; } public bool ADMINISTRADORCONTROLHORARIO { get; set; }
public sbyte ADMINISTRADORTOTAL { get; set; } public bool ADMINISTRADORTOTAL { get; set; }
public sbyte ADMINISTRARPTYREGISTRO { get; set; } public bool ADMINISTRARPTYREGISTRO { get; set; }
public sbyte DELEGADOINFORMES { get; set; } public bool DELEGADOINFORMES { get; set; }
public virtual ENUMERACIONES? IDDEPARTAMENTONavigation { get; set; } public virtual ENUMERACIONES? IDDEPARTAMENTONavigation { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class EXCEPTELETRABAJOPERSONA [AddINotifyPropertyChangedInterface]
public partial class EXCEPTELETRABAJOPERSONA
{ {
public long IDEXCEPTEL { get; set; } public int IDEXCEPTEL { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
public DateTime? FECHAFIN { get; set; } public DateTime? FECHAFIN { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public string? MOTIVO { get; set; } public string? MOTIVO { get; set; }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class EXPEDIENTESPERSONAS [AddINotifyPropertyChangedInterface]
public partial class EXPEDIENTESPERSONAS
{ {
public long IDEXPEDIENTESPERSONAS { get; set; } public int IDEXPEDIENTESPERSONAS { get; set; }
public long? TIPO { get; set; } public int? TIPO { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public long IDPERSONA { get; set; } public int IDPERSONA { get; set; }
public virtual PERSONAS IDPERSONANavigation { get; set; } = null!; public virtual PERSONAS IDPERSONANavigation { get; set; } = null!;

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class FAMILIA [AddINotifyPropertyChangedInterface]
public partial class FAMILIA
{ {
public long IDFAMILIA { get; set; } public int IDFAMILIA { get; set; }
public string? DNI { get; set; } public string? DNI { get; set; }
@@ -18,21 +17,21 @@ public partial class FAMILIA
public DateTime? FECHANACIMIENTO { get; set; } public DateTime? FECHANACIMIENTO { get; set; }
public long? IDPARENTESCO { get; set; } public int? IDPARENTESCO { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
public DateTime? FECHAFIN { get; set; } public DateTime? FECHAFIN { get; set; }
public long? IDDISCAPACIDAD { get; set; } public int? IDDISCAPACIDAD { get; set; }
public sbyte ENTEROIRPF { get; set; } public bool ENTEROIRPF { get; set; }
public sbyte MOVILIDADREDUCIDA { get; set; } public bool MOVILIDADREDUCIDA { get; set; }
public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; } public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class FICHEROS [AddINotifyPropertyChangedInterface]
public partial class FICHEROS
{ {
public long IDFICHERO { get; set; } public int IDFICHERO { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }
public long? IDTIPO { get; set; } public int? IDTIPO { get; set; }
public string? OBSERVACIONES { get; set; } public string? OBSERVACIONES { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class FICHEROSCONFIGURACION [AddINotifyPropertyChangedInterface]
public partial class FICHEROSCONFIGURACION
{ {
public long IDFICHEROCONFIGURACION { get; set; } public int IDFICHEROCONFIGURACION { get; set; }
public long? IDUSUARIO { get; set; } public int? IDUSUARIO { get; set; }
public string? CODIGO { get; set; } public string? CODIGO { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class FIESTAS [AddINotifyPropertyChangedInterface]
public partial class FIESTAS
{ {
public long IDFIESTA { get; set; } public int IDFIESTA { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class FORMACION [AddINotifyPropertyChangedInterface]
public partial class FORMACION
{ {
public long IDFORMACION { get; set; } public int IDFORMACION { get; set; }
public string? NUM_REGISTRO { get; set; } public string? NUM_REGISTRO { get; set; }
@@ -20,23 +19,23 @@ public partial class FORMACION
public double? DURACION { get; set; } public double? DURACION { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHA_INSCRIPCION_PROVISIONAL { get; set; } public DateTime? FECHA_INSCRIPCION_PROVISIONAL { get; set; }
public DateTime? FECHA_INSCRIPCION_DEFINITIVA { get; set; } public DateTime? FECHA_INSCRIPCION_DEFINITIVA { get; set; }
public sbyte APROVECHAMIENTO { get; set; } public bool APROVECHAMIENTO { get; set; }
public sbyte APTOCPH { get; set; } public bool APTOCPH { get; set; }
public sbyte OFICIAL { get; set; } public bool OFICIAL { get; set; }
public string? RUTA { get; set; } public string? RUTA { get; set; }
public string? NIF { get; set; } public string? NIF { get; set; }
public long? IDCURSO { get; set; } public int? IDCURSO { get; set; }
public double? NOTA { get; set; } public double? NOTA { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class FORMACIONIMPARTIDA [AddINotifyPropertyChangedInterface]
public partial class FORMACIONIMPARTIDA
{ {
public long IDFORMACIONIMPARTIDA { get; set; } public int IDFORMACIONIMPARTIDA { get; set; }
public string? DENOMINACION { get; set; } public string? DENOMINACION { get; set; }
public string? CENTROENTIDAD { get; set; } public string? CENTROENTIDAD { get; set; }
public sbyte HOMOLOGACIONIAPP { get; set; } public bool HOMOLOGACIONIAPP { get; set; }
public DateTime? FECHAEXPEDICION { get; set; } public DateTime? FECHAEXPEDICION { get; set; }
@@ -22,7 +21,7 @@ public partial class FORMACIONIMPARTIDA
public double? MINUTOS { get; set; } public double? MINUTOS { get; set; }
public long? IDTIPODOCENCIA { get; set; } public int? IDTIPODOCENCIA { get; set; }
public virtual ENUMERACIONES? IDTIPODOCENCIANavigation { get; set; } public virtual ENUMERACIONES? IDTIPODOCENCIANavigation { get; set; }
} }

View File

@@ -1,32 +1,31 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class GRUPO [AddINotifyPropertyChangedInterface]
public partial class GRUPO
{ {
public long IDGRUPO { get; set; } public int IDGRUPO { get; set; }
public string? GRUPO1 { get; set; } public string? GRUPO1 { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public long? IMPORTE_G { get; set; } public int? IMPORTE_G { get; set; }
public long? IMPORTE_TRI_TOA { get; set; } public int? IMPORTE_TRI_TOA { get; set; }
public long? IMPORTE_TRI_TC { get; set; } public int? IMPORTE_TRI_TC { get; set; }
public long? IMPORTE_TRI_TCE { get; set; } public int? IMPORTE_TRI_TCE { get; set; }
public long? IMPORTE_G_EXTRAS { get; set; } public int? IMPORTE_G_EXTRAS { get; set; }
public long? IMPORTE_TRI_TOAE { get; set; } public int? IMPORTE_TRI_TOAE { get; set; }
public virtual ICollection<COMPLEMENTOSCARRERA> COMPLEMENTOSCARRERA { get; set; } = new List<COMPLEMENTOSCARRERA>(); public virtual ICollection<COMPLEMENTOSCARRERA> COMPLEMENTOSCARRERA { get; set; } = new List<COMPLEMENTOSCARRERA>();

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class GRUPOBD [AddINotifyPropertyChangedInterface]
public partial class GRUPOBD
{ {
public long IDGRUPOBD { get; set; } public int IDGRUPOBD { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class GRUPOSENUMERACIONES [AddINotifyPropertyChangedInterface]
public partial class GRUPOSENUMERACIONES
{ {
public long IDGRUPOENUMERACION { get; set; } public int IDGRUPOENUMERACION { get; set; }
public string GRUPO { get; set; } = null!; public string GRUPO { get; set; } = null!;
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public sbyte OCULTO { get; set; } public bool OCULTO { get; set; }
public virtual ICollection<ENUMERACIONES> ENUMERACIONES { get; set; } = new List<ENUMERACIONES>(); public virtual ICollection<ENUMERACIONES> ENUMERACIONES { get; set; } = new List<ENUMERACIONES>();
} }

View File

@@ -1,24 +1,23 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class GRUPOSINCIDENCIAS [AddINotifyPropertyChangedInterface]
public partial class GRUPOSINCIDENCIAS
{ {
public long IDGRUPOINCIDENCIA { get; set; } public int IDGRUPOINCIDENCIA { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public string? AYUDAWEB { get; set; } public string? AYUDAWEB { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public sbyte DISPLAYHOME { get; set; } public bool DISPLAYHOME { get; set; }
public virtual ICollection<INCIDENCIASCONTROLHORARIO> INCIDENCIASCONTROLHORARIO { get; set; } = new List<INCIDENCIASCONTROLHORARIO>(); public virtual ICollection<INCIDENCIASCONTROLHORARIO> INCIDENCIASCONTROLHORARIO { get; set; } = new List<INCIDENCIASCONTROLHORARIO>();

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class GRUPOSMENUS [AddINotifyPropertyChangedInterface]
public partial class GRUPOSMENUS
{ {
public long IDGRUPOSMENUS { get; set; } public int IDGRUPOSMENUS { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }

View File

@@ -1,18 +1,17 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class GRUPOSUSUARIOS [AddINotifyPropertyChangedInterface]
public partial class GRUPOSUSUARIOS
{ {
public long IDGRUPO { get; set; } public int IDGRUPO { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public long? IDGRUPOMENU { get; set; } public int? IDGRUPOMENU { get; set; }
public virtual ICollection<AUTORIZACIONESGRUPOS> AUTORIZACIONESGRUPOS { get; set; } = new List<AUTORIZACIONESGRUPOS>(); public virtual ICollection<AUTORIZACIONESGRUPOS> AUTORIZACIONESGRUPOS { get; set; } = new List<AUTORIZACIONESGRUPOS>();

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class GRUPO_ALTOCARGO [AddINotifyPropertyChangedInterface]
public partial class GRUPO_ALTOCARGO
{ {
public long IDGRUPO { get; set; } public int IDGRUPO { get; set; }
public string? GRUPO { get; set; } public string? GRUPO { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HIJOS [AddINotifyPropertyChangedInterface]
public partial class HIJOS
{ {
public long IDHIJO { get; set; } public int IDHIJO { get; set; }
public long IDPERSONA { get; set; } public int IDPERSONA { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
@@ -20,11 +19,11 @@ public partial class HIJOS
public DateTime? FECHAADOPCION { get; set; } public DateTime? FECHAADOPCION { get; set; }
public sbyte ENTEROIRPF { get; set; } public bool ENTEROIRPF { get; set; }
public long? IDDISCAPACIDAD { get; set; } public int? IDDISCAPACIDAD { get; set; }
public sbyte MOVILIDADREDUCIDA { get; set; } public bool MOVILIDADREDUCIDA { get; set; }
public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; } public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HIJOSHISTORICOIRPF [AddINotifyPropertyChangedInterface]
public partial class HIJOSHISTORICOIRPF
{ {
public long IDHIJOSHISTORICOIRPF { get; set; } public int IDHIJOSHISTORICOIRPF { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
@@ -18,13 +17,13 @@ public partial class HIJOSHISTORICOIRPF
public DateTime? FECHAADOPCION { get; set; } public DateTime? FECHAADOPCION { get; set; }
public sbyte ENTEROIRPF { get; set; } public bool ENTEROIRPF { get; set; }
public long? IDDISCAPACIDAD { get; set; } public int? IDDISCAPACIDAD { get; set; }
public sbyte MOVILIDADREDUCIDA { get; set; } public bool MOVILIDADREDUCIDA { get; set; }
public long? IDHISTORICOIRPF { get; set; } public int? IDHISTORICOIRPF { get; set; }
public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; } public virtual ENUMERACIONES? IDDISCAPACIDADNavigation { get; set; }

View File

@@ -1,36 +1,35 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HISTORICOIRPF [AddINotifyPropertyChangedInterface]
public partial class HISTORICOIRPF
{ {
public long IDHISTORICOIRPF { get; set; } public int IDHISTORICOIRPF { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public long? ANNO { get; set; } public int? ANNO { get; set; }
public DateTime? FECHACALCULO { get; set; } public DateTime? FECHACALCULO { get; set; }
public double? PORCENTAJEDEDISCAPACIDAD { get; set; } public double? PORCENTAJEDEDISCAPACIDAD { get; set; }
public sbyte NECEAYUDATERCPERSOMOVILRED { get; set; } public bool NECEAYUDATERCPERSOMOVILRED { get; set; }
public long? IDSITUACIONFAMILIAR { get; set; } public int? IDSITUACIONFAMILIAR { get; set; }
public string? NIFCONYUGE { get; set; } public string? NIFCONYUGE { get; set; }
public long? IDSITUACIONLABORAL { get; set; } public int? IDSITUACIONLABORAL { get; set; }
public long? IDCONTRATOORELACION { get; set; } public int? IDCONTRATOORELACION { get; set; }
public sbyte MOVILIDADGEOGRAFICA { get; set; } public bool MOVILIDADGEOGRAFICA { get; set; }
public sbyte PROLONGACTLABORAL { get; set; } public bool PROLONGACTLABORAL { get; set; }
public double RETRTOTALESIMPORTEINTEGRO { get; set; } public double RETRTOTALESIMPORTEINTEGRO { get; set; }
@@ -40,35 +39,35 @@ public partial class HISTORICOIRPF
public double GASTOSDEDUCIBLES { get; set; } public double GASTOSDEDUCIBLES { get; set; }
public sbyte DATANTERRENDIOBTENCEUOMEL { get; set; } public bool DATANTERRENDIOBTENCEUOMEL { get; set; }
public double PENSCOMPENFAVORCONYUGE { get; set; } public double PENSCOMPENFAVORCONYUGE { get; set; }
public double ANUALPORALIFAVORHIJOS { get; set; } public double ANUALPORALIFAVORHIJOS { get; set; }
public sbyte RETRIINTEINFER33MIL { get; set; } public bool RETRIINTEINFER33MIL { get; set; }
public sbyte CAUSAREGULARIZACION1 { get; set; } public bool CAUSAREGULARIZACION1 { get; set; }
public sbyte CAUSAREGULARIZACION2 { get; set; } public bool CAUSAREGULARIZACION2 { get; set; }
public sbyte CAUSAREGULARIZACION3 { get; set; } public bool CAUSAREGULARIZACION3 { get; set; }
public sbyte CAUSAREGULARIZACION4 { get; set; } public bool CAUSAREGULARIZACION4 { get; set; }
public sbyte CAUSAREGULARIZACION5 { get; set; } public bool CAUSAREGULARIZACION5 { get; set; }
public sbyte CAUSAREGULARIZACION6 { get; set; } public bool CAUSAREGULARIZACION6 { get; set; }
public sbyte CAUSAREGULARIZACION7 { get; set; } public bool CAUSAREGULARIZACION7 { get; set; }
public sbyte CAUSAREGULARIZACION8 { get; set; } public bool CAUSAREGULARIZACION8 { get; set; }
public sbyte CAUSAREGULARIZACION9 { get; set; } public bool CAUSAREGULARIZACION9 { get; set; }
public sbyte CAUSAREGULARIZACION10 { get; set; } public bool CAUSAREGULARIZACION10 { get; set; }
public sbyte CAUSAREGULARIZACION11 { get; set; } public bool CAUSAREGULARIZACION11 { get; set; }
public double RETRIYASATISCONANTERAREGULAR { get; set; } public double RETRIYASATISCONANTERAREGULAR { get; set; }
@@ -78,7 +77,7 @@ public partial class HISTORICOIRPF
public double IMPANURETEINGRACUENDETANTREG { get; set; } public double IMPANURETEINGRACUENDETANTREG { get; set; }
public sbyte RENDANTFUERONCEUOMEL { get; set; } public bool RENDANTFUERONCEUOMEL { get; set; }
public double BASECALCTIPRETDETANTREGULAR { get; set; } public double BASECALCTIPRETDETANTREGULAR { get; set; }
@@ -86,7 +85,7 @@ public partial class HISTORICOIRPF
public double TIPRETENCALCANTREGU { get; set; } public double TIPRETENCALCANTREGU { get; set; }
public sbyte ANTREGSEAPLMINORPAGPRESVIV { get; set; } public bool ANTREGSEAPLMINORPAGPRESVIV { get; set; }
public double IMPMINPAGPRESTVIVANTREG { get; set; } public double IMPMINPAGPRESTVIVANTREG { get; set; }
@@ -96,7 +95,7 @@ public partial class HISTORICOIRPF
public double DEDUCCIONART80BISLIRPF { get; set; } public double DEDUCCIONART80BISLIRPF { get; set; }
public sbyte MINPAGPRESTVIVHA { get; set; } public bool MINPAGPRESTVIVHA { get; set; }
public double TIPODERETENCIONCALCULADO { get; set; } public double TIPODERETENCIONCALCULADO { get; set; }
@@ -104,7 +103,7 @@ public partial class HISTORICOIRPF
public double TIPODERETENCIONAAPLICAR { get; set; } public double TIPODERETENCIONAAPLICAR { get; set; }
public sbyte CONSERVATIPO { get; set; } public bool CONSERVATIPO { get; set; }
public virtual ICollection<ASCENDIENTESHISTORICOIRPF> ASCENDIENTESHISTORICOIRPF { get; set; } = new List<ASCENDIENTESHISTORICOIRPF>(); public virtual ICollection<ASCENDIENTESHISTORICOIRPF> ASCENDIENTESHISTORICOIRPF { get; set; } = new List<ASCENDIENTESHISTORICOIRPF>();

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HORARIOS [AddINotifyPropertyChangedInterface]
public partial class HORARIOS
{ {
public long IDHORARIO { get; set; } public int IDHORARIO { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HORARIOSCURSOS [AddINotifyPropertyChangedInterface]
public partial class HORARIOSCURSOS
{ {
public long IDHORARIOCURSO { get; set; } public int IDHORARIOCURSO { get; set; }
public DateTime? FECHA { get; set; } public DateTime? FECHA { get; set; }
@@ -16,7 +15,7 @@ public partial class HORARIOSCURSOS
public double? HORAFIN { get; set; } public double? HORAFIN { get; set; }
public long? IDCURSO { get; set; } public int? IDCURSO { get; set; }
public virtual ICollection<CURSOS> CURSOS { get; set; } = new List<CURSOS>(); public virtual ICollection<CURSOS> CURSOS { get; set; } = new List<CURSOS>();

View File

@@ -1,26 +1,25 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HORARIOSPERSONAS [AddINotifyPropertyChangedInterface]
public partial class HORARIOSPERSONAS
{ {
public long IDHORARIOPERSONA { get; set; } public int IDHORARIOPERSONA { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public sbyte LISTABLE { get; set; } public bool LISTABLE { get; set; }
public long? IDTARDEOBLIGATORIA { get; set; } public int? IDTARDEOBLIGATORIA { get; set; }
public sbyte HORAEXTRACOMPENSAMES { get; set; } public bool HORAEXTRACOMPENSAMES { get; set; }
public long? IDHORARIO { get; set; } public int? IDHORARIO { get; set; }
public long? IDTURNO { get; set; } public int? IDTURNO { get; set; }
public DateTime? FECHAINICIOLACTANCIA { get; set; } public DateTime? FECHAINICIOLACTANCIA { get; set; }
@@ -46,9 +45,9 @@ public partial class HORARIOSPERSONAS
public double? HORAFINEXTRA2_D { get; set; } public double? HORAFINEXTRA2_D { get; set; }
public sbyte APLICAFACTORUJIER { get; set; } public bool APLICAFACTORUJIER { get; set; }
public sbyte APLICAFACTPERSONHAB { get; set; } public bool APLICAFACTPERSONHAB { get; set; }
public virtual HORARIOS? IDHORARIONavigation { get; set; } public virtual HORARIOS? IDHORARIONavigation { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HORASEXTRAS [AddINotifyPropertyChangedInterface]
public partial class HORASEXTRAS
{ {
public long IDHORASEXTRA { get; set; } public int IDHORASEXTRA { get; set; }
public DateTime? FECHAHORAINICIO { get; set; } public DateTime? FECHAHORAINICIO { get; set; }
@@ -20,7 +19,7 @@ public partial class HORASEXTRAS
public double? HORASASUMAR_D { get; set; } public double? HORASASUMAR_D { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public double? HORAINICIO { get; set; } public double? HORAINICIO { get; set; }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HORASMES [AddINotifyPropertyChangedInterface]
public partial class HORASMES
{ {
public long IDHORAMES { get; set; } public int IDHORAMES { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
public DateTime? FECHAFIN { get; set; } public DateTime? FECHAFIN { get; set; }
public long? IDSITUACIONMES { get; set; } public int? IDSITUACIONMES { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public double? HORASJORNADAHABITUAL_D { get; set; } public double? HORASJORNADAHABITUAL_D { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class HUELGAS [AddINotifyPropertyChangedInterface]
public partial class HUELGAS
{ {
public long IDHUELGA { get; set; } public int IDHUELGA { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
@@ -18,13 +17,13 @@ public partial class HUELGAS
public string? OBSERVACIONES { get; set; } public string? OBSERVACIONES { get; set; }
public long? IDNOMINAAPLICACION { get; set; } public int? IDNOMINAAPLICACION { get; set; }
public long? IDNOMINAORIGENDATOS { get; set; } public int? IDNOMINAORIGENDATOS { get; set; }
public sbyte NOMINANORMAL { get; set; } public bool NOMINANORMAL { get; set; }
public sbyte NOMINASEGURIDADSOCIAL { get; set; } public bool NOMINASEGURIDADSOCIAL { get; set; }
public double? HORAS { get; set; } public double? HORAS { get; set; }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class IDIOMAS [AddINotifyPropertyChangedInterface]
public partial class IDIOMAS
{ {
public long IDIDIOMA { get; set; } public int IDIDIOMA { get; set; }
public long? IDTIPOIDIOMA { get; set; } public int? IDTIPOIDIOMA { get; set; }
public long? IDNIVEL { get; set; } public int? IDNIVEL { get; set; }
public string? CENTROEXPEDICION { get; set; } public string? CENTROEXPEDICION { get; set; }
public long? ANNO { get; set; } public int? ANNO { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
} }

View File

@@ -1,20 +1,19 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class INCIDENCIAS [AddINotifyPropertyChangedInterface]
public partial class INCIDENCIAS
{ {
public long IDINCIDENCIA { get; set; } public int IDINCIDENCIA { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public long? MESNOMINA { get; set; } public int? MESNOMINA { get; set; }
public long? AÑONOMINA { get; set; } public int? AÑONOMINA { get; set; }
public double CANTIDAD { get; set; } public double CANTIDAD { get; set; }
@@ -22,37 +21,37 @@ public partial class INCIDENCIAS
public double? IRPF { get; set; } public double? IRPF { get; set; }
public long IDNOMINA { get; set; } public int IDNOMINA { get; set; }
public long IDCONCEPTONOMINA { get; set; } public int IDCONCEPTONOMINA { get; set; }
public long? IDNOMINACABECERA { get; set; } public int? IDNOMINACABECERA { get; set; }
public long? IDNOMINAORIGEN { get; set; } public int? IDNOMINAORIGEN { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
public DateTime? FECHAFIN { get; set; } public DateTime? FECHAFIN { get; set; }
public sbyte NOMINANORMAL { get; set; } public bool NOMINANORMAL { get; set; }
public sbyte NOMINASEGURIDADSOCIAL { get; set; } public bool NOMINASEGURIDADSOCIAL { get; set; }
public string? TEXTO { get; set; } public string? TEXTO { get; set; }
public sbyte ESDELIQUIDACION { get; set; } public bool ESDELIQUIDACION { get; set; }
public sbyte SUSTITUYECONCEPTO { get; set; } public bool SUSTITUYECONCEPTO { get; set; }
public sbyte COTIZASEGURIDADSOCIAL { get; set; } public bool COTIZASEGURIDADSOCIAL { get; set; }
public sbyte IRPFFICHA { get; set; } public bool IRPFFICHA { get; set; }
public sbyte NOPARAIRPF { get; set; } public bool NOPARAIRPF { get; set; }
public string? APLICACIONPRESUPUESTARIA { get; set; } public string? APLICACIONPRESUPUESTARIA { get; set; }
public long? IDGRUPOINCIDENCIAS { get; set; } public int? IDGRUPOINCIDENCIAS { get; set; }
public virtual CONCEPTOSGENERALES IDCONCEPTONOMINANavigation { get; set; } = null!; public virtual CONCEPTOSGENERALES IDCONCEPTONOMINANavigation { get; set; } = null!;

View File

@@ -1,28 +1,27 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class INCIDENCIASCONTROLHORARIO [AddINotifyPropertyChangedInterface]
public partial class INCIDENCIASCONTROLHORARIO
{ {
public long IDINCIDENCIA { get; set; } public int IDINCIDENCIA { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public long? IDTIPO { get; set; } public int? IDTIPO { get; set; }
public long? NUMEROMAXOCURRENCIASDIAS { get; set; } public int? NUMEROMAXOCURRENCIASDIAS { get; set; }
public sbyte CONCURRENTECONPICADAS { get; set; } public bool CONCURRENTECONPICADAS { get; set; }
public sbyte CUENTANFESTIVOS { get; set; } public bool CUENTANFESTIVOS { get; set; }
public sbyte COMPENSAHORASHORARIO { get; set; } public bool COMPENSAHORASHORARIO { get; set; }
public sbyte ESINCIDENCIADERELOJ { get; set; } public bool ESINCIDENCIADERELOJ { get; set; }
public string? CODIGO { get; set; } public string? CODIGO { get; set; }
@@ -30,63 +29,63 @@ public partial class INCIDENCIASCONTROLHORARIO
public double? HORASACOMPENSAR_D { get; set; } public double? HORASACOMPENSAR_D { get; set; }
public sbyte ADMITEDIASCOMPLETO { get; set; } public bool ADMITEDIASCOMPLETO { get; set; }
public DateTime? FECHABAJA { get; set; } public DateTime? FECHABAJA { get; set; }
public long? IDADJUNTO { get; set; } public int? IDADJUNTO { get; set; }
public long? IDGRUPO { get; set; } public int? IDGRUPO { get; set; }
public sbyte REQUIEREAPROBACION { get; set; } public bool REQUIEREAPROBACION { get; set; }
public sbyte ADMITEINSTANTETEMPORAL { get; set; } public bool ADMITEINSTANTETEMPORAL { get; set; }
public sbyte ADMITEINTERVALOSDEDIAS { get; set; } public bool ADMITEINTERVALOSDEDIAS { get; set; }
public sbyte ADMITEINTERVALOSHORARIOS { get; set; } public bool ADMITEINTERVALOSHORARIOS { get; set; }
public sbyte ESINCIDENCIAFINTELETRABAJO { get; set; } public bool ESINCIDENCIAFINTELETRABAJO { get; set; }
public sbyte ESINCIDENCIATELETRABAJO { get; set; } public bool ESINCIDENCIATELETRABAJO { get; set; }
public sbyte NOCUENTAPARALISTADO { get; set; } public bool NOCUENTAPARALISTADO { get; set; }
public sbyte VISIBLEWEB { get; set; } public bool VISIBLEWEB { get; set; }
public long? IDGRUPOINCIDENCIA { get; set; } public int? IDGRUPOINCIDENCIA { get; set; }
public long? IDSUBGRUPOINCIDENCIA { get; set; } public int? IDSUBGRUPOINCIDENCIA { get; set; }
public string? DESCRIPCIONWEB { get; set; } public string? DESCRIPCIONWEB { get; set; }
public sbyte ADMITEVARIOSINTERVALOSFECHA { get; set; } public bool ADMITEVARIOSINTERVALOSFECHA { get; set; }
public string? AYUDAWEB { get; set; } public string? AYUDAWEB { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public sbyte DESCUENTAPRODUCTIVIDAD { get; set; } public bool DESCUENTAPRODUCTIVIDAD { get; set; }
public sbyte ADMITELISTA { get; set; } public bool ADMITELISTA { get; set; }
public sbyte ADMITENUMEROELEMENTOS { get; set; } public bool ADMITENUMEROELEMENTOS { get; set; }
public sbyte ADMITEUNSOLOINTERVALOHORARIO { get; set; } public bool ADMITEUNSOLOINTERVALOHORARIO { get; set; }
public sbyte COGESALDODIASEXTRAS { get; set; } public bool COGESALDODIASEXTRAS { get; set; }
public string? DESCRIPCIONELEMENTOS { get; set; } public string? DESCRIPCIONELEMENTOS { get; set; }
public sbyte INCORPORADIASEXTRAS { get; set; } public bool INCORPORADIASEXTRAS { get; set; }
public sbyte INCORPORAHORASEXTRAS { get; set; } public bool INCORPORAHORASEXTRAS { get; set; }
public sbyte MAXIMODIASCONSECUTIVOS { get; set; } public bool MAXIMODIASCONSECUTIVOS { get; set; }
public sbyte PUEDECOINCIDIRCONOTRA { get; set; } public bool PUEDECOINCIDIRCONOTRA { get; set; }
public sbyte ADJUNTONOVISIBLESUPERVISOR { get; set; } public bool ADJUNTONOVISIBLESUPERVISOR { get; set; }
public virtual ICollection<ASISTENCIAS> ASISTENCIAS { get; set; } = new List<ASISTENCIAS>(); public virtual ICollection<ASISTENCIAS> ASISTENCIAS { get; set; } = new List<ASISTENCIAS>();

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class LEGISLATURAS [AddINotifyPropertyChangedInterface]
public partial class LEGISLATURAS
{ {
public long IDLEGISLATURA { get; set; } public int IDLEGISLATURA { get; set; }
public long? NUMERO { get; set; } public int? NUMERO { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }

View File

@@ -1,28 +1,27 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class LINEASVIDAADMINISTRATIVA [AddINotifyPropertyChangedInterface]
public partial class LINEASVIDAADMINISTRATIVA
{ {
public long IDLINEAVIDAADMIN { get; set; } public int IDLINEAVIDAADMIN { get; set; }
public long? IDVIDAADMIN { get; set; } public int? IDVIDAADMIN { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public DateTime? FECHASUBIDA { get; set; } public DateTime? FECHASUBIDA { get; set; }
public long? IDLINEAANTERIOR { get; set; } public int? IDLINEAANTERIOR { get; set; }
public long? IDTIPO { get; set; } public int? IDTIPO { get; set; }
public string? RUTA { get; set; } public string? RUTA { get; set; }
public sbyte SOBREESCRITO { get; set; } public bool SOBREESCRITO { get; set; }
public virtual LINEASVIDAADMINISTRATIVA? IDLINEAANTERIORNavigation { get; set; } public virtual LINEASVIDAADMINISTRATIVA? IDLINEAANTERIORNavigation { get; set; }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class LOGS [AddINotifyPropertyChangedInterface]
public partial class LOGS
{ {
public long IDLOG { get; set; } public int IDLOG { get; set; }
public string? TABLA { get; set; } public string? TABLA { get; set; }
public string? APLICACION { get; set; } public string? APLICACION { get; set; }
public long? ID { get; set; } public int? ID { get; set; }
public long? IDTIPO { get; set; } public int? IDTIPO { get; set; }
public string? USUARIO { get; set; } public string? USUARIO { get; set; }
@@ -26,7 +25,7 @@ public partial class LOGS
public string? LOG { get; set; } public string? LOG { get; set; }
public long? IDCONEXION { get; set; } public int? IDCONEXION { get; set; }
public double? IDTIMESTAMP { get; set; } public double? IDTIMESTAMP { get; set; }
} }

View File

@@ -1,18 +1,17 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class MAPEOSUSUARIOS [AddINotifyPropertyChangedInterface]
public partial class MAPEOSUSUARIOS
{ {
public long IDMAPEOUSUARIO { get; set; } public int IDMAPEOUSUARIO { get; set; }
public string? USUARIO { get; set; } public string? USUARIO { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHAHORAVALIDEZ { get; set; } public DateTime? FECHAHORAVALIDEZ { get; set; }
} }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class MATERNIDADES [AddINotifyPropertyChangedInterface]
public partial class MATERNIDADES
{ {
public long IDMATERNIDADES { get; set; } public int IDMATERNIDADES { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public DateTime? FECHAINICIO { get; set; } public DateTime? FECHAINICIO { get; set; }
@@ -18,15 +17,15 @@ public partial class MATERNIDADES
public double? BASECOTIZACIONSEGURIDADSOCIAL { get; set; } public double? BASECOTIZACIONSEGURIDADSOCIAL { get; set; }
public sbyte NOMINANORMAL { get; set; } public bool NOMINANORMAL { get; set; }
public sbyte NOMINASEGURIDADSOCIAL { get; set; } public bool NOMINASEGURIDADSOCIAL { get; set; }
public double? PORCENTAJEREDUCCIONJORNADA { get; set; } public double? PORCENTAJEREDUCCIONJORNADA { get; set; }
public sbyte AMORTIZAPRESTAMOS { get; set; } public bool AMORTIZAPRESTAMOS { get; set; }
public sbyte RIESGOEMBARAZO { get; set; } public bool RIESGOEMBARAZO { get; set; }
public virtual PERSONAS? IDPERSONANavigation { get; set; } public virtual PERSONAS? IDPERSONANavigation { get; set; }
} }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class MENUS [AddINotifyPropertyChangedInterface]
public partial class MENUS
{ {
public long IDMENUS { get; set; } public int IDMENUS { get; set; }
public string? TEXTO { get; set; } public string? TEXTO { get; set; }
@@ -16,17 +15,17 @@ public partial class MENUS
public string? ACCION { get; set; } public string? ACCION { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public long? IDMENUPADRE { get; set; } public int? IDMENUPADRE { get; set; }
public long? IDGRUPOMENU { get; set; } public int? IDGRUPOMENU { get; set; }
public sbyte MOSTRARENPANEL { get; set; } public bool MOSTRARENPANEL { get; set; }
public long? IDPERMISO { get; set; } public int? IDPERMISO { get; set; }
public sbyte DESPLEGADO { get; set; } public bool DESPLEGADO { get; set; }
public virtual GRUPOSMENUS? IDGRUPOMENUNavigation { get; set; } public virtual GRUPOSMENUS? IDGRUPOMENUNavigation { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class MOTIVOS_ADMINISTRATIVOS [AddINotifyPropertyChangedInterface]
public partial class MOTIVOS_ADMINISTRATIVOS
{ {
public long IDMOTIVO { get; set; } public int IDMOTIVO { get; set; }
public string? MOTIVO { get; set; } public string? MOTIVO { get; set; }
@@ -18,9 +17,9 @@ public partial class MOTIVOS_ADMINISTRATIVOS
public string? TIPO { get; set; } public string? TIPO { get; set; }
public long? IDTIPOAPTOS { get; set; } public int? IDTIPOAPTOS { get; set; }
public sbyte ACTIVOB { get; set; } public bool ACTIVOB { get; set; }
public virtual ICollection<ACTOSADMINPREP> ACTOSADMINPREP { get; set; } = new List<ACTOSADMINPREP>(); public virtual ICollection<ACTOSADMINPREP> ACTOSADMINPREP { get; set; } = new List<ACTOSADMINPREP>();

View File

@@ -1,12 +1,11 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class MUNICIPIOS [AddINotifyPropertyChangedInterface]
public partial class MUNICIPIOS
{ {
public string CODIGOMUNICIPIO { get; set; } = null!; public string CODIGOMUNICIPIO { get; set; } = null!;

View File

@@ -1,24 +1,23 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class NIVEL [AddINotifyPropertyChangedInterface]
public partial class NIVEL
{ {
public long IDNIVEL { get; set; } public int IDNIVEL { get; set; }
public string? NIVEL1 { get; set; } public string? NIVEL1 { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public long? IMPORTE_N { get; set; } public int? IMPORTE_N { get; set; }
public sbyte ALTO_CARGO { get; set; } public bool ALTO_CARGO { get; set; }
public virtual ICollection<COMPLEMENTONIVEL> COMPLEMENTONIVEL { get; set; } = new List<COMPLEMENTONIVEL>(); public virtual ICollection<COMPLEMENTONIVEL> COMPLEMENTONIVEL { get; set; } = new List<COMPLEMENTONIVEL>();

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class NOMINAS [AddINotifyPropertyChangedInterface]
public partial class NOMINAS
{ {
public long IDNOMINAS { get; set; } public int IDNOMINAS { get; set; }
public string? DESCRIPCION { get; set; } public string? DESCRIPCION { get; set; }
@@ -18,23 +17,23 @@ public partial class NOMINAS
public DateTime? FECHAPAGO { get; set; } public DateTime? FECHAPAGO { get; set; }
public long? NUMERODIASLABORABLES { get; set; } public int? NUMERODIASLABORABLES { get; set; }
public long? NUMERODIASFESTIVOS { get; set; } public int? NUMERODIASFESTIVOS { get; set; }
public sbyte PAGAEXTRA { get; set; } public bool PAGAEXTRA { get; set; }
public long MES { get; set; } public int MES { get; set; }
public long IDTIPO { get; set; } public int IDTIPO { get; set; }
public long AÑO { get; set; } public int AÑO { get; set; }
public sbyte GENERANOMINILLA { get; set; } public bool GENERANOMINILLA { get; set; }
public long IDSITUACIONNOMINA { get; set; } public int IDSITUACIONNOMINA { get; set; }
public sbyte VISIBLEINTRANET { get; set; } public bool VISIBLEINTRANET { get; set; }
public DateTime? FECHAINICIOLIQUIDACIONDIETA { get; set; } public DateTime? FECHAINICIOLIQUIDACIONDIETA { get; set; }

View File

@@ -1,36 +1,35 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class NOMINATRABAJADORCABECERA [AddINotifyPropertyChangedInterface]
public partial class NOMINATRABAJADORCABECERA
{ {
public long IDNOMINATRABAJADOR { get; set; } public int IDNOMINATRABAJADOR { get; set; }
public long IDPERSONA { get; set; } public int IDPERSONA { get; set; }
public DateTime FECHA { get; set; } public DateTime FECHA { get; set; }
public long NIVEL { get; set; } public int NIVEL { get; set; }
public double PLURIEMPLEO { get; set; } public double PLURIEMPLEO { get; set; }
public string? NUMEROPLURIEMPLEO { get; set; } public string? NUMEROPLURIEMPLEO { get; set; }
public long DIASEFECTIVOS { get; set; } public int DIASEFECTIVOS { get; set; }
public long DIASENFERMOS { get; set; } public int DIASENFERMOS { get; set; }
public long DIASACCIDENTES { get; set; } public int DIASACCIDENTES { get; set; }
public long DIASFALTA { get; set; } public int DIASFALTA { get; set; }
public long DIASPERMISOSSINRETRIBUIR { get; set; } public int DIASPERMISOSSINRETRIBUIR { get; set; }
public long DIASMATERNIDAD { get; set; } public int DIASMATERNIDAD { get; set; }
public double TOTALSEGURIDADSOCIAL { get; set; } public double TOTALSEGURIDADSOCIAL { get; set; }
@@ -58,7 +57,7 @@ public partial class NOMINATRABAJADORCABECERA
public double TRABAJOTIEMPOPARCIAL { get; set; } public double TRABAJOTIEMPOPARCIAL { get; set; }
public long? IDMUTUA { get; set; } public int? IDMUTUA { get; set; }
public double TOTALIRPF { get; set; } public double TOTALIRPF { get; set; }
@@ -68,33 +67,33 @@ public partial class NOMINATRABAJADORCABECERA
public double TOTALSSPAGOENESPECIE { get; set; } public double TOTALSSPAGOENESPECIE { get; set; }
public long MESNOMINA { get; set; } public int MESNOMINA { get; set; }
public long AÑONOMINA { get; set; } public int AÑONOMINA { get; set; }
public long IDTIPOPERSONA { get; set; } public int IDTIPOPERSONA { get; set; }
public long DIASENFERMEDADAL60 { get; set; } public int DIASENFERMEDADAL60 { get; set; }
public double BASEENFERMEDADAL60 { get; set; } public double BASEENFERMEDADAL60 { get; set; }
public long DIASENFERMEDADAL75 { get; set; } public int DIASENFERMEDADAL75 { get; set; }
public double BASEENFERMEDADAL75 { get; set; } public double BASEENFERMEDADAL75 { get; set; }
public long? IDNOMINA { get; set; } public int? IDNOMINA { get; set; }
public long? IDFICHERONOMINA { get; set; } public int? IDFICHERONOMINA { get; set; }
public sbyte VISIBLE { get; set; } public bool VISIBLE { get; set; }
public sbyte MODIFICABLE { get; set; } public bool MODIFICABLE { get; set; }
public double? BASEACCIDENTES { get; set; } public double? BASEACCIDENTES { get; set; }
public double? BASEPAGODIRECTO { get; set; } public double? BASEPAGODIRECTO { get; set; }
public long? DIASBASEPAGODIRECTO { get; set; } public int? DIASBASEPAGODIRECTO { get; set; }
public double? BASESEGURIDADSOCIAL100X100 { get; set; } public double? BASESEGURIDADSOCIAL100X100 { get; set; }
@@ -114,31 +113,31 @@ public partial class NOMINATRABAJADORCABECERA
public double IMPORTEPDACC { get; set; } public double IMPORTEPDACC { get; set; }
public sbyte ESLIQUIDACIONDIPUTADO { get; set; } public bool ESLIQUIDACIONDIPUTADO { get; set; }
public long? NUMERODEDESPLAZAMIENTOS { get; set; } public int? NUMERODEDESPLAZAMIENTOS { get; set; }
public string? OBSERVACIONES { get; set; } public string? OBSERVACIONES { get; set; }
public string? SESIONES { get; set; } public string? SESIONES { get; set; }
public sbyte ACUMULADA { get; set; } public bool ACUMULADA { get; set; }
public sbyte PROTEGIDA { get; set; } public bool PROTEGIDA { get; set; }
public long? IDSINDICATO1 { get; set; } public int? IDSINDICATO1 { get; set; }
public long? IDSINDICATO2 { get; set; } public int? IDSINDICATO2 { get; set; }
public double? CUOTASINDICAL1 { get; set; } public double? CUOTASINDICAL1 { get; set; }
public double? CUOTASINDICAL2 { get; set; } public double? CUOTASINDICAL2 { get; set; }
public long? IDMUTUA2 { get; set; } public int? IDMUTUA2 { get; set; }
public long? IDGRUPOFUNCIONARIO { get; set; } public int? IDGRUPOFUNCIONARIO { get; set; }
public long? DIASDEPAGALIQUIDADOS { get; set; } public int? DIASDEPAGALIQUIDADOS { get; set; }
public virtual ICollection<ASISTENCIASSESIONES> ASISTENCIASSESIONES { get; set; } = new List<ASISTENCIASSESIONES>(); public virtual ICollection<ASISTENCIASSESIONES> ASISTENCIASSESIONES { get; set; } = new List<ASISTENCIASSESIONES>();

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class NOMINATRABAJADORLINEA [AddINotifyPropertyChangedInterface]
public partial class NOMINATRABAJADORLINEA
{ {
public long IDNOMINATRABAJADORLINEA { get; set; } public int IDNOMINATRABAJADORLINEA { get; set; }
public long IDNOMINACABECERA { get; set; } public int IDNOMINACABECERA { get; set; }
public string DESCRIPCIONCONCEPTO { get; set; } = null!; public string DESCRIPCIONCONCEPTO { get; set; } = null!;
@@ -32,7 +31,7 @@ public partial class NOMINATRABAJADORLINEA
public string APLICACIONPRESUPUESTARIA { get; set; } = null!; public string APLICACIONPRESUPUESTARIA { get; set; } = null!;
public long IDCONCEPTOSPUESTODETRABAJO { get; set; } public int IDCONCEPTOSPUESTODETRABAJO { get; set; }
public double CANTIDADMODIFICADA { get; set; } public double CANTIDADMODIFICADA { get; set; }
@@ -42,17 +41,17 @@ public partial class NOMINATRABAJADORLINEA
public double TOTALDEDUCCIONESMODIFICADA { get; set; } public double TOTALDEDUCCIONESMODIFICADA { get; set; }
public long IDTIPOPERSONA { get; set; } public int IDTIPOPERSONA { get; set; }
public long IDPUESTOTRABAJO { get; set; } public int IDPUESTOTRABAJO { get; set; }
public long IDCONCEPTOGENERAL { get; set; } public int IDCONCEPTOGENERAL { get; set; }
public long? ORDEN { get; set; } public int? ORDEN { get; set; }
public sbyte TIENEDESGLOSE { get; set; } public bool TIENEDESGLOSE { get; set; }
public sbyte VIENEDEINCIDENCIA { get; set; } public bool VIENEDEINCIDENCIA { get; set; }
public DateTime? FECHAINICIOCONCEPTO { get; set; } public DateTime? FECHAINICIOCONCEPTO { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class NOMINATRABAJADORLINEADESGLOSE [AddINotifyPropertyChangedInterface]
public partial class NOMINATRABAJADORLINEADESGLOSE
{ {
public long IDNOMTRABLINDESGL { get; set; } public int IDNOMTRABLINDESGL { get; set; }
public long IDNOMINATRABAJADORLINEA { get; set; } public int IDNOMINATRABAJADORLINEA { get; set; }
public string DESCRIPCIONCONCEPTO { get; set; } = null!; public string DESCRIPCIONCONCEPTO { get; set; } = null!;
@@ -32,7 +31,7 @@ public partial class NOMINATRABAJADORLINEADESGLOSE
public string APLICACIONPRESUPUESTARIA { get; set; } = null!; public string APLICACIONPRESUPUESTARIA { get; set; } = null!;
public long IDCONCEPTOSPUESTODETRABAJO { get; set; } public int IDCONCEPTOSPUESTODETRABAJO { get; set; }
public double CANTIDADMODIFICADA { get; set; } public double CANTIDADMODIFICADA { get; set; }
@@ -42,9 +41,9 @@ public partial class NOMINATRABAJADORLINEADESGLOSE
public double TOTALDEDUCCIONESMODIFICADA { get; set; } public double TOTALDEDUCCIONESMODIFICADA { get; set; }
public long IDTIPOPERSONA { get; set; } public int IDTIPOPERSONA { get; set; }
public long IDPUESTOTRABAJO { get; set; } public int IDPUESTOTRABAJO { get; set; }
public virtual NOMINATRABAJADORLINEA IDNOMINATRABAJADORLINEANavigation { get; set; } = null!; public virtual NOMINATRABAJADORLINEA IDNOMINATRABAJADORLINEANavigation { get; set; } = null!;
} }

View File

@@ -1,22 +1,21 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class NOMINATRABAJADORPAGOESPECIE [AddINotifyPropertyChangedInterface]
public partial class NOMINATRABAJADORPAGOESPECIE
{ {
public long IDPAGOESPECIE { get; set; } public int IDPAGOESPECIE { get; set; }
public long? IDNOMINATRABAJADORCABECERA { get; set; } public int? IDNOMINATRABAJADORCABECERA { get; set; }
public string DESCRIPCION { get; set; } = null!; public string DESCRIPCION { get; set; } = null!;
public double IMPORTE { get; set; } public double IMPORTE { get; set; }
public sbyte SEGURIDADSOCIAL { get; set; } public bool SEGURIDADSOCIAL { get; set; }
public double? CUOTA { get; set; } public double? CUOTA { get; set; }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class OCUPACION [AddINotifyPropertyChangedInterface]
public partial class OCUPACION
{ {
public long IDOCUPACION { get; set; } public int IDOCUPACION { get; set; }
public string? OCUPACION1 { get; set; } public string? OCUPACION1 { get; set; }
@@ -16,7 +15,7 @@ public partial class OCUPACION
public string? OCU_RES { get; set; } public string? OCU_RES { get; set; }
public sbyte ACTIVO { get; set; } public bool ACTIVO { get; set; }
public string? DESCRIPCION_ANEXO { get; set; } public string? DESCRIPCION_ANEXO { get; set; }

View File

@@ -1,26 +1,25 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class OTRASRETRIBUCIONES [AddINotifyPropertyChangedInterface]
public partial class OTRASRETRIBUCIONES
{ {
public long IDOTRASRETRIBUCIONES { get; set; } public int IDOTRASRETRIBUCIONES { get; set; }
public long? IDPERSONA { get; set; } public int? IDPERSONA { get; set; }
public long? MES { get; set; } public int? MES { get; set; }
public long? AÑO { get; set; } public int? AÑO { get; set; }
public double? IMPORTE { get; set; } public double? IMPORTE { get; set; }
public sbyte SEGURIDADSOCIAL { get; set; } public bool SEGURIDADSOCIAL { get; set; }
public sbyte IRPF { get; set; } public bool IRPF { get; set; }
public string? CRA { get; set; } public string? CRA { get; set; }

View File

@@ -1,16 +1,15 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class PAGINASWEBINTRANET [AddINotifyPropertyChangedInterface]
public partial class PAGINASWEBINTRANET
{ {
public long IDPAGINAWEBINTRANET { get; set; } public int IDPAGINAWEBINTRANET { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
public long? NIVEL { get; set; } public int? NIVEL { get; set; }
} }

View File

@@ -1,14 +1,13 @@
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated> using System;
#nullable enable
using System;
using System.Collections.Generic; using System.Collections.Generic;
using PropertyChanged;
namespace bdAntifraudeMYSQL.db; namespace bdAntifraudeMYSQL.db;
public partial class PARTIDOSPOLITICOS [AddINotifyPropertyChangedInterface]
public partial class PARTIDOSPOLITICOS
{ {
public long IDPARTIDOPOLITICO { get; set; } public int IDPARTIDOPOLITICO { get; set; }
public string? NOMBRE { get; set; } public string? NOMBRE { get; set; }
@@ -22,7 +21,7 @@ public partial class PARTIDOSPOLITICOS
public double? CANTIDADAPERSONA { get; set; } public double? CANTIDADAPERSONA { get; set; }
public long? NUMERODIPUTADOS { get; set; } public int? NUMERODIPUTADOS { get; set; }
public string? ALIAS { get; set; } public string? ALIAS { get; set; }

Some files were not shown because too many files have changed in this diff Show More