- 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:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user