- 2026-04-24 1.0.0.0 Primera versión estable

This commit is contained in:
2026-04-29 15:34:38 +02:00
parent 6a31fe40be
commit 7b0e488994
15 changed files with 37 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ namespace bdAsegasa.db
public int? idRecibo { get; set; }
public DateOnly FechaInicioAmortizacion { get; set; }
public DateOnly FechaFinAmortizacion { get; set; }
public double PorcentajeAnual { get; set; }
public double? PorcentajeAnual { get; set; }
public DateOnly? FechaBaja { get; set; }
public int? idMotivoBaja { get; set; }
public int idEmpresa { get; set; }