mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 删除过期方法
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user