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

@@ -21,6 +21,11 @@ db_info:
password : 123456
database : matrix
type: 0 # 数据库类型:0:mysql , 1:sqlite , 2:mssql
self_define_type_mysql_dic_map: # 自定义数据类型映射
datetime: time.Time
date: time.Time
out_file_name: "" # 自定义生成文件名
web_tag_type: 0 # json tag类型 0: 下划线 1: 小驼峰
# sqlite
# db_info: