All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mybatishelper.core.wrapper.IPager Maven / Gradle / Ivy

package com.mybatishelper.core.wrapper;

import com.mybatishelper.core.base.Page;

public interface IPager {
    Page getPage();
    S page(Page page);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy