This commit is contained in:
xiezhijun
2021-04-03 18:38:35 +08:00
19 changed files with 740 additions and 202 deletions

View File

@ -26,5 +26,7 @@ public interface SysRecipesMapper {
public int deleteDishes(Long id);
public int deleteMenu(Long id);
public List<SysRecipesDailyDishes> selectDishesByMenuId(Long id);
}