update 删除过期方法

This commit is contained in:
疯狂的狮子li 2021-05-16 09:25:19 +08:00
parent b366f8b053
commit 87164d574e
1 changed files with 0 additions and 8 deletions

View File

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