CacheConstants.java 178 Bytes
Newer Older
licc's avatar
licc committed
1 2 3 4 5 6 7 8 9 10 11 12
package cn.wisenergy.common.constant;

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

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