cambios 17/02/2026

This commit is contained in:
2026-02-17 13:47:52 +01:00
parent 79ae74ee26
commit 28e20494ae
51 changed files with 3199 additions and 691 deletions

View File

@@ -65,23 +65,25 @@ public partial class v_albaranesextendidos
public int? idEntidad { get; set; }
public int? idEvento { get; set; }
public int idEmpresa { get; set; }
public string? DescripcionEvento { get; set; }
public int? idObra { get; set; }
public string? Telefono1Evento { get; set; }
public string? DescripcionObra { get; set; }
public string? Telefono2Evento { get; set; }
public string? Telefono1Obra { get; set; }
public string? PersonaContactoEvento { get; set; }
public string? Telefono2Obra { get; set; }
public string? DireccionEvento { get; set; }
public string? PersonaContactoObra { get; set; }
public string? CodigoPostalEvento { get; set; }
public string? DireccionObra { get; set; }
public string? CodigoMunicipioEvento { get; set; }
public string? CodigoPostalObra { get; set; }
public string? ObservacionesEvento { get; set; }
public string? CodigoMunicipioObra { get; set; }
public string? ObservacionesObra { get; set; }
public string? NIF { get; set; }