mitao
2024-05-29 c9eaf5e50fe5e63f31997f5ceb5378334e9b8a33
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/CacheConstants.java
@@ -70,4 +70,9 @@
     * 省市区列表key
     */
    public static final String CITY_LIST = "city_list";
    /**
     * 秒杀活动商品key前缀
     */
    public static final String SECKILL_GOODS = "seckill_goods:";
}