update 删除过期方法
This commit is contained in:
parent
65ca0f2554
commit
92a54a5320
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user