cambios 17/02/2026
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user