套餐相关接口
This commit is contained in:
@@ -113,6 +113,7 @@ public class DishController {
|
||||
@PostMapping("/status/{status}")
|
||||
@ApiOperation("菜品起售停售")
|
||||
public Result startOrStop(@PathVariable Integer status,Long id){
|
||||
log.info("菜品起售停售: 状态:{},ID:{}",status,id);
|
||||
dishService.startOrStop(status,id);
|
||||
return Result.success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user