Modules.Interfaces: Neues DB-Feld ItemType hinzugefügt

This commit is contained in:
2025-01-28 14:36:52 +01:00
parent 3e2606a582
commit b7c172c382
2 changed files with 17 additions and 3 deletions

View File

@@ -16,4 +16,13 @@
''' XML Pfad, für Anzeige in Ablehnungsmail
''' </summary>
Public XMLPath As String
''' <summary>
''' (Daten-)Typ des Knoten
''' 0 = Default / Text
''' 1 = Datum
''' 2 = Gleitkomma
''' 3 = Memo-Feld
''' </summary>
Public ItemType As Integer
End Class