From 2a560112eebbdc21115a8ca6e664a6b3e83ebba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=B0=8F=E5=86=9B?= <346944475@qq.com> Date: Mon, 9 Mar 2020 18:14:04 +0800 Subject: [PATCH] new --- doc/export.md | 8 ++++---- doc/export_cn.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/export.md b/doc/export.md index cef3192..789550c 100644 --- a/doc/export.md +++ b/doc/export.md @@ -60,7 +60,7 @@ type UserAccountTbl struct { ### Simple-export-with-JSON -- param:singular_table = false simple = true is_json_tag = true is_foreign_key = false +- param:singular_table = false simple = true is_web_tag = true is_foreign_key = false ###### --->export result @@ -84,7 +84,7 @@ type UserAccountTbl struct { ### Simple export without JSON -- param:singular_table = false simple = true is_json_tag = false is_foreign_key = false +- param:singular_table = false simple = true is_web_tag = false is_foreign_key = false ###### --->export result @@ -108,7 +108,7 @@ type UserAccountTbl struct { ### Simple with foreign key mode export -- param:singular_table = false simple = true is_json_tag = false is_foreign_key = true +- param:singular_table = false simple = true is_web_tag = false is_foreign_key = true ###### --->export result @@ -147,7 +147,7 @@ CREATE TABLE `user_info_tbl` ( ### Support export gorm.model -- param:singular_table = false simple = true is_json_tag = false +- param:singular_table = false simple = true is_web_tag = false ###### --->export result diff --git a/doc/export_cn.md b/doc/export_cn.md index f643d61..8521058 100644 --- a/doc/export_cn.md +++ b/doc/export_cn.md @@ -60,7 +60,7 @@ type UserAccountTbl struct { ### 简单带json导出 -- 参数:singular_table = false simple = true is_json_tag = true is_foreign_key = false +- 参数:singular_table = false simple = true is_web_tag = true is_foreign_key = false ###### --->导出结果 @@ -84,7 +84,7 @@ type UserAccountTbl struct { ### 简单不带json导出 -- 参数:singular_table = false simple = true is_json_tag = false is_foreign_key = false +- 参数:singular_table = false simple = true is_web_tag = false is_foreign_key = false ###### --->导出结果 @@ -108,7 +108,7 @@ type UserAccountTbl struct { ### 简单带外键模式导出 -- 参数:singular_table = false simple = true is_json_tag = false is_foreign_key = true +- 参数:singular_table = false simple = true is_web_tag = false is_foreign_key = true ###### --->导出结果 @@ -147,7 +147,7 @@ CREATE TABLE `user_info_tbl` ( ### 支持gorm.Model模式导出 -- 参数:singular_table = false simple = true is_json_tag = false +- 参数:singular_table = false simple = true is_web_tag = false ###### --->导出结果