This commit is contained in:
xxj
2021-03-20 13:27:31 +08:00
parent 0153517cda
commit 8250592b73
6 changed files with 43 additions and 41 deletions

View File

@@ -44,9 +44,8 @@ var _map = Config{
IsOutFunc: true,
IsGUI: false,
TablePrefix: "",
SelfDefineTypeMysqlDicMap: make(map[string]string),
OutFileName: "",
WebTagType: 0,
SelfTypeDef: make(map[string]string),
WebTagType: 0,
}
var configPath string