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

top.lshaci.framework.common.constants.Constants Maven / Gradle / Ivy

The newest version!
package top.lshaci.framework.common.constants;

/**
 * Framework-core Constants
 *
 * @author lshaci
 * @since 0.0.1
 */
public interface Constants {

    /**
     * The page query default page size
     */
    int DEFAULT_PGSZ = 10;

    /**
     * The page query default current page number
     */
    int DEFAULT_PGCT = 1;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy