feat(ReverseEngine):初始化工程

This commit is contained in:
huangzj
2020-04-26 11:01:26 +08:00
commit a84341447a
22 changed files with 1199 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package entity
type TableMessage struct {
TableName string //数据库表名
}