add: now, you can set tablePrefix

This commit is contained in:
young
2021-01-07 22:35:25 +08:00
parent 39f7512c11
commit 0c3732eb0f
8 changed files with 32 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ var _map = Config{
IsOutSQL: false,
IsOutFunc: true,
IsGUI: false,
TablePrefix: "",
}
var configPath string