package cn.wisenergy.common.constant;

/**
 * 缓存常量
 */
public interface CacheConstants {

    /**
     * 菜单详情
     */
    String MENU_DETAILS = "menu_details";
}