CacheConstants.java 178 Bytes EditWeb IDE 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"; }