疯狂的狮子li пре 4 година
родитељ
комит
87164d574e
1 измењених фајлова са 0 додато и 8 уклоњено
  1. 0 8
      ruoyi-common/src/main/java/com/ruoyi/common/core/page/PagePlus.java

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