菜品增删查改对接
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.stdiet.custom.mapper;
|
||||
|
||||
import com.stdiet.custom.domain.SysDishes;
|
||||
import com.stdiet.custom.domain.SysRecipes;
|
||||
|
||||
import java.util.List;
|
||||
@ -7,4 +8,10 @@ import java.util.List;
|
||||
public interface SysRecipesMapper {
|
||||
|
||||
public List<SysRecipes> selectSysRecipesByRecipesId(Long id);
|
||||
|
||||
public int updateDishesDetail(SysDishes sysDishes);
|
||||
|
||||
public int insertDishes(SysDishes sysDishes);
|
||||
|
||||
public int deleteDishes(Long cId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user