第一次提交至Git
This commit is contained in:
9
UTS_Core/UTSModule/DbTableModel/UtsDataTable.vb
Normal file
9
UTS_Core/UTSModule/DbTableModel/UtsDataTable.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
Imports UTS_Core.Database.DbExecutor
|
||||
|
||||
Namespace UTSModule.DbTableModel
|
||||
MustInherit Class UtsDataTable
|
||||
Public Property TableName() As String
|
||||
|
||||
MustOverride Function CreateTableString(Optional dbName As String = "",Optional type As DbTypeEnum = DbTypeEnum.Mysql) As String
|
||||
End Class
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user