@@ -22,7 +22,7 @@ public class PageInfo<T> implements Serializable {
private long index = 1;
/**
- * 每页的数量
+ * 每页的数量限制
*/
private long limit = 10;