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

cn.stylefeng.roses.kernel.sys.modular.menu.constants.MenuConstants Maven / Gradle / Ivy

There is a newer version: 8.1.7
Show newest version
package cn.stylefeng.roses.kernel.sys.modular.menu.constants;

/**
 * 菜单的常量
 *
 * @author fengshuonan
 * @since 2023/7/15 0:09
 */
public interface MenuConstants {

    /**
     * 菜单编码的前缀
     */
    String MENU_CODE_CACHE_PREFIX = "MENU:CODE:";

    /**
     * 菜单更新的事件
     */
    String MENU_UPDATE_EVENT = "MENU_UPDATE_EVENT";

    /**
     * 菜单功能更新的事件
     */
    String MENU_OPTIONS_UPDATE_EVENT = "MENU_OPTIONS_UPDATE_EVENT";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy