page support

This commit is contained in:
xxj
2022-01-05 12:01:32 +08:00
parent 8a133e0318
commit a7169f22b8
2 changed files with 9 additions and 8 deletions

View File

@@ -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

View File

@@ -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)