Skip to content

Commit b25c680

Browse files
author
hewei
committed
2 parents 72f254b + f29a301 commit b25c680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ public interface TbMapper {
9797
```
9898
### 2. MySQL分页插件
9999
对应表Example类增加了Mysql分页方法,limit(Integer rows)、limit(Integer offset, Integer rows)和page(Integer page, Integer pageSize)
100+
>warning:分页从0开始,目前网上流行的大多数前端框架分页都是从0开始,插件保持这种方式;
101+
100102
插件:
101103
```xml
102104
<!-- MySQL分页插件 -->

0 commit comments

Comments
 (0)