- 2026-05-12 1.2.0.0 Correccion tsUtilidades

- 2026-05-12 1.1.0.0 Se añade rutina diaria FinalizaPolizasPagoUnicoVencidas
This commit is contained in:
2026-05-12 13:32:44 +02:00
parent 2d0d4d373f
commit 699f0efcd1
8 changed files with 106 additions and 96 deletions

View File

@@ -8,18 +8,19 @@ namespace Servicio_Gestion_Asegasa.Clases
{
public class PolizaPagoUnicoExcel
{
public int idPoliza { get; set; }
public string NumeroPoliza { get; set; }
public string RazonSocial { get; set; }
public string Tomador { get; set; }
public DateOnly FechaEfecto { get; set; }
public DateOnly FechaVencimiento { get; set; }
public string Descripcion { get; set; }
public string Ramo { get; set; }
public string NombreAgente { get; set; }
public string CiaNumeroPolizaSuplemento { get; set; }
public string Compañia { get; set; }
}
}