!103 增加备注信息

Merge pull request !103 from 德仔/develop
This commit is contained in:
德仔
2021-03-06 18:24:01 +08:00
committed by Gitee
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);
}