疯狂的狮子li 3 лет назад
Родитель
Сommit
87164d574e

+ 0 - 8
ruoyi-common/src/main/java/com/ruoyi/common/core/page/PagePlus.java

@@ -93,14 +93,6 @@ public class PagePlus<T,K> implements IPage<T> {
         this.isSearchCount = isSearchCount;
     }
 
-    public boolean hasPrevious() {
-        return this.current > 1L;
-    }
-
-    public boolean hasNext() {
-        return this.current < this.getPages();
-    }
-
     @Override
     public String countId() {
         return this.getCountId();