diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..3c4cab8 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index d801330..63e073b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ out_dir : "." # out dir singular_table : false # Table name plural (big Camel-Case):gorm.SingularTable simple : false #simple output is_out_sql : false # Whether to output sql +is_out_func : true # Whether to output function is_json_tag : true # Whether to mark JSON or not is_foreign_key : true # Whether to mark foreign key or not diff --git a/README_zh_cn.md b/README_zh_cn.md index 15dc5b0..fed64b4 100644 --- a/README_zh_cn.md +++ b/README_zh_cn.md @@ -22,6 +22,7 @@ out_dir : "." # 输出目录 singular_table : false # 表名复数,是否大驼峰构建 参考:gorm.SingularTable simple : false #简单输出 is_out_sql : false # 是否输出 sql 原信息 +is_out_func : true # 是否输出 快捷函数 is_json_tag : false #是否打json标记 is_foreign_key : true #是否导出外键关联 mysql_info :