From a7169f22b8574d87852a9ef173ac13a6f3a7574e Mon Sep 17 00:00:00 2001 From: xxj <346944475@qq.com> Date: Wed, 5 Jan 2022 12:01:32 +0800 Subject: [PATCH] page support --- README.md | 7 +++++-- README_zh_cn.md | 10 ++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3a167df..e0a32af 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,10 @@ func (obj *_UserAccountTblMgr) FetchByPrimaryKey(ID int) (result UserAccountTbl, ### [more>>>](https://github.com/xxjwxc/gormt/tree/master/doc/func.md) ### [how to use call style>>>](https://github.com/xxjwxc/gormt/blob/master/data/view/genfunc/genfunc_test.go) -## 7. build +## 7. page +### [Use of paging query in gormt](https://xiaojujiang.blog.csdn.net/article/details/122315454?spm=1001.2014.3001.5502) + +## 8. build ``` make windows make linux @@ -197,7 +200,7 @@ or go generate ``` -### 8 note : in windows not support utf-8 style . ASCALL model +### note : in windows not support utf-8 style . ASCALL model - Switch encoding mode ``` CHCP 65001 diff --git a/README_zh_cn.md b/README_zh_cn.md index 1bf2094..22ea0a3 100644 --- a/README_zh_cn.md +++ b/README_zh_cn.md @@ -195,7 +195,10 @@ func (obj *_UserAccountTblMgr) FetchByPrimaryKey(ID int) (result UserAccountTbl, ### [函数调用示例>>>](https://github.com/xxjwxc/gormt/blob/master/data/view/genfunc/genfunc_test.go) -## 7. 构建 +## 7. 分页展示 +### [gormt中分页查询的使用](https://xiaojujiang.blog.csdn.net/article/details/122315454?spm=1001.2014.3001.5502) + +## 8. 构建 ``` make windows make linux @@ -221,11 +224,6 @@ CHCP 65001 - 外键注释使用`[@fk tableName.columnName]这是注释内容` 表示关联到`tableName`的`columnName`列 -## 8. 下一步计划 - -- 更新,删除功能函数添加 -- 优化 - ## 9. 提供一个windows 可视化工具 ![图片描述](/image/gormt/1.png)