瀏覽代碼

。。。

wangwei 5 年之前
父節點
當前提交
e5dfe037b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/com/qmth/examcloud/api/commons/exchange/PageInfo.java

+ 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;