소스 검색

update 删除过期方法

疯狂的狮子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();