add config with self_define_type_mysql_dic_map out_file_name web_tag_type

This commit is contained in:
pengwenwu
2021-03-19 16:43:55 +08:00
parent 3933212bbc
commit 0153517cda
6 changed files with 64 additions and 3 deletions

View File

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