商品库存缓存 无意义

This commit is contained in:
2026-04-14 11:37:46 +08:00
parent 3fd7a74356
commit 85bc610c10

View File

@@ -27,8 +27,4 @@ public interface CacheConstant {
* 点餐机PC端商品列表
*/
String ADMIN_CLIENT_PRODUCT_LIST = ADMIN_CLIENT_PRODUCT_INFO + "list";
/**
* 点餐机PC端商品列表
*/
String SHOP_PRODUCT_STOCK = "shop:{}:product-stock:{}";
}