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

@@ -0,0 +1,36 @@
Public Class DetallesPoliza
Property NumeroPropuesta As String
Property Compania As String
Property NumeroPoliza As String
Property NumeroSuplemento As String
Property FechaEnvioCompania As String
Property FechaRecibidoCompania As String
Property Duracion As String
Property FechaEfecto As String
Property FechaVencimiento As String
Property FechaBaja As String
Property CausaBaja As String
Property Ramo As String
Property Agente As String
Property SubAgente As String
Property BienesAsegurados As String
Property Matricula As String
Property Coberturas As String
Property Garantias As String
Property DescripcionSumplemento As String
Property FechaAceptacionPropuesta As String
Property SuplementoRechazdoPorCompania As String
Property Observaciones As String
Property Usuario As String
Property FechaAlta As String
Property TipoPago As String
Property IBAN As String
Property FechaMandato As String
Property TipoCobro As String
Property Directorio As String
Property Tomador As List(Of entidades)
Property OtroAsegurado As List(Of entidades)
End Class