2026-01-30 02

This commit is contained in:
2026-01-30 11:09:47 +01:00
parent 9e0f4bb6fe
commit 12039e9ae4
26 changed files with 5703 additions and 21 deletions

View File

@@ -29,6 +29,8 @@ public partial class detallesfacturas
public int? idDetalleRTF { get; set; }
public virtual ICollection<articulos> articulos { get; set; } = new List<articulos>();
public virtual detallepresupuesto? idDetallePresupuestoNavigation { get; set; }
public virtual ficheros? idDetalleRTFNavigation { get; set; }