agregado procesos y bd clases

This commit is contained in:
2026-04-28 11:52:16 +02:00
parent 59a774c397
commit cd2e8b8530
251 changed files with 56881 additions and 49 deletions

View File

@@ -35,6 +35,8 @@ public partial class registrosverifactu
public int? idRegistroCorreccion { get; set; }
public int idBloque { get; set; }
public virtual registrosverifactu? InverseidRegistroAnteriorNavigation { get; set; }
public virtual registrosverifactu? InverseidRegistroCorreccionNavigation { get; set; }