批量删除菜品
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.sky.mapper;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Mapper
|
||||
public interface SetmealDishMapper {
|
||||
/**
|
||||
* 根据菜品id查询套餐id
|
||||
* @param ids
|
||||
* @return
|
||||
*/
|
||||
List<Long> getSetmealIdsByDishIds(List<Long> ids);
|
||||
}
|
||||
Reference in New Issue
Block a user