苍穹外卖--导入用户端商品浏览功能代码

This commit is contained in:
2025-11-18 16:20:05 +08:00
parent ccf1aeb7af
commit 10ec822766
11 changed files with 234 additions and 2 deletions

View File

@@ -53,4 +53,11 @@ public interface DishService {
* @return
*/
List<Dish> list(Long categoryId);
/**
* 条件查询菜品和口味
* @param dish
* @return
*/
List<DishVO> listWithFlavor(Dish dish);
}