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

mboog.support.bean.Direction Maven / Gradle / Ivy

package mboog.support.bean;

/**
 * @author LiYi
 */
public enum Direction {
    /**
     * 前进
     */
    PREV,

    /**
     * 向后
     */
    NEXT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy