Skip to content

Commit 4f967d5

Browse files
committed
修改 README.md
1 parent 0fd8544 commit 4f967d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $shardingQuery = new ShardingQuery([
2727
]);
2828
// 查询结果
2929
$result = $shardingQuery->select();
30-
// 总行数
30+
// 总行数,用于分页
3131
$count = $shardingQuery->count();
3232
// 追踪数据,用于调试
3333
$trace = $shardingQuery->trace();
@@ -44,3 +44,7 @@ $trace = $shardingQuery->trace();
4444
- `order`:排序,字符串类型。
4545
- `offset`:偏移数,整数类型。
4646
- `limit`:限制数,整数类型。
47+
48+
## License
49+
50+
Apache License Version 2.0, http://www.apache.org/licenses/

0 commit comments

Comments
 (0)