苍穹外卖--菜品管理-删除功能实现
This commit is contained in:
@@ -12,4 +12,10 @@ public interface DishFlavorMapper {
|
||||
* @param flavors
|
||||
*/
|
||||
void insertBath(List<DishFlavor> flavors);
|
||||
|
||||
/**
|
||||
* 菜品口味的批量删除
|
||||
* @param ids
|
||||
*/
|
||||
void deleteBath(List<Long> ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user