agregado procesos y bd clases
This commit is contained in:
20
guia/informes/DifPolSup.vb
Normal file
20
guia/informes/DifPolSup.vb
Normal file
@@ -0,0 +1,20 @@
|
||||
Public Class DifPolSup
|
||||
Property Compania As String
|
||||
Property TomadorActual As String
|
||||
Property NumPoliza As String
|
||||
Property NumPropuesta As String
|
||||
Property Ramo As String
|
||||
Property Matricula As String
|
||||
Property NumSuplemento As String
|
||||
Property ModEnPoliza As List(Of Modificacion)
|
||||
Property ModEnAsegurados As List(Of Modificacion)
|
||||
Property Aclaracion1 As String
|
||||
Property Aclaracion2 As String
|
||||
|
||||
End Class
|
||||
Public Class Modificacion
|
||||
Property Concepto As String
|
||||
Property ValorNuevo As String
|
||||
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user