ZooFlow: Administration

This commit is contained in:
Jonathan Jenne
2021-04-13 16:28:15 +02:00
parent 82a88fdbb1
commit 7d84bd9b41
15 changed files with 454 additions and 358 deletions

View File

@@ -0,0 +1,17 @@
Public Class ClassSourceBundle
Public Overview As SourceSql
Public Update As SourceSql
Public Insert As SourceSql
Public Load As SourceSql
End Class
Public Class SourceSql
Public Guid As Integer
Public ParentId As Integer
Public Title As String
Public SQL As String
Public PrimaryKey As String
Public Scope As String
End Class