收音机 / 客户端 商品列表

This commit is contained in:
2026-04-09 17:01:09 +08:00
parent 3448331b31
commit 084baf89b1
3 changed files with 11 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ import com.mybatisflex.core.service.IService;
import jakarta.servlet.http.HttpServletResponse;
import java.util.List;
import java.util.Map;
/**
* 商品
@@ -42,7 +43,7 @@ public interface ProductService extends IService<Product> {
* @param categoryId 商品分类ID
* @return 商品列表数据
*/
List<ProductDTO> getProductCacheList(Long shopId, Long categoryId);
Map<String, Object> getProductCacheList(Long shopId, Long categoryId);
/**
* 清除某个商品分类的缓存