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 apuntes
public int? idConciliacion { get; set; }
public int? idAplicacion { get; set; }
public virtual asientos idAsientoNavigation { get; set; } = null!;
public virtual conceptosapuntes? idConceptoNavigation { get; set; }