select dishes by categoryId
This commit is contained in:
@@ -57,4 +57,6 @@ public interface DishService {
|
||||
* @param id
|
||||
*/
|
||||
void startOrStop(Integer status, Long id);
|
||||
|
||||
List<DishVO> getDishVoByCategoryId(Long categoryId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user