Browse Source

。。。

wangwei 5 years ago
parent
commit
e5dfe037b7

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/api/commons/exchange/PageInfo.java

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