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 ###### --->导出结果