update nach Bedingt Retournierbar

This commit is contained in:
2023-06-16 07:28:30 +02:00
parent 1f4e3a6a57
commit 584a947572
382 changed files with 2593860 additions and 21657 deletions

View File

@@ -0,0 +1,16 @@
Imports System.Collections.Generic
Public Class OnBaseDokument
Public Property dokumentTyp As String
Public Property dokumentDatum As String
Public Property dateiTyp As String
Public Property bpNummer As String
Public Property personNummer As String
Public Property dokumentDatei As String
Public Property attributes As List(Of attribute)
End Class
Public Class attribute
Public Property fieldname As String
Public Property fieldvalue As String
End Class