增加备注信息

This commit is contained in:
huangdeliang
2021-03-06 18:17:25 +08:00
parent 01f5c98954
commit f217adec10
11 changed files with 320 additions and 136 deletions

View File

@ -70,4 +70,6 @@ public interface SysDishesMapper
public int deleteIngredientByIds(Long[] ids);
public int bashInsertDishesIngredent(List<SysDishesIngredient> sysDishesIngredients);
String getDishesMenuTypeById(Long id);
}