update 删除过期方法

master
疯狂的狮子li 5 years ago
parent 65ca0f2554
commit 92a54a5320

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

Loading…
Cancel
Save