添加page 开关

This commit is contained in:
xxj
2022-01-04 18:16:08 +08:00
parent 3c8e9fbe13
commit 1278831995
3 changed files with 19 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ is_null_to_point : false # 数据库默认 'DEFAULT NULL' 时设置结构为指
table_prefix : "" # 表前缀, 如果有则使用, 没有留空(如果表前缀以"-"开头则表示去掉该前缀struct、文件名都会去掉该前缀)
table_names: "" # 指定表生成,多个表用,隔开
is_out_file_by_table_name: false # 是否根据表名生成多个model
is_out_page: true # 是否输出分页函数
db_info:
host : 127.0.0.1 # type=1的时候host为yml文件全路径