收音机 / 客户端 商品列表
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
* 清除某个商品分类的缓存
|
||||
|
||||
Reference in New Issue
Block a user