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

love.keeping.starter.web.constants.MybatisConstants Maven / Gradle / Ivy

package love.keeping.starter.web.constants;

public interface MybatisConstants {

    /**
     * 默认当前页码
     */
    int DEFAULT_PAGE_INDEX = 1;

    /**
     * 默认每页条数
     */
    int DEFAULT_PAGE_SIZE = 20;

    /**
     * 默认导出条数
     */
    int DEFAULT_EXPORT_SIZE = 2000;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy