Files

7 lines
203 B
VB.net
Raw Permalink Normal View History

2025-12-11 10:52:49 +08:00
Namespace Database.Base
Public Class InsertParams
Public Property TableName() As String
Public Property InsertKeyValue As Dictionary(Of String, String)
End Class
End Namespace