This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AUTS_OLD/UTS_Core/UTSModule/DbTableModel/UtsDataTable.vb
2024-03-11 16:34:21 +08:00

9 lines
320 B
VB.net

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