mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-17 16:56:39 +08:00
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;
|
||||
}
|
||||
|
||||
public boolean hasPrevious() {
|
||||
return this.current > 1L;
|
||||
}
|
||||
|
||||
public boolean hasNext() {
|
||||
return this.current < this.getPages();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String countId() {
|
||||
return this.getCountId();
|
||||
|
Loading…
Reference in New Issue
Block a user