批量删除套餐、菜品起售停售(TODO)
This commit is contained in:
@@ -49,5 +49,12 @@ public interface DishService {
|
||||
* @param categoryId
|
||||
* @return
|
||||
*/
|
||||
List<Dish> selectByCategoryId(String categoryId);
|
||||
List<Dish> selectByCategoryId(Long categoryId);
|
||||
|
||||
/**
|
||||
* 菜品起售停售
|
||||
* @param status
|
||||
* @param id
|
||||
*/
|
||||
void startOrStop(Integer status, Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user