wangyingyang

update order

......@@ -49,7 +49,7 @@ public class InventoryController {
return inventoryService.getStallsByClientId(enterpriseId, clientId);
}
@SaIgnore
// @SaIgnore
@ApiOperation(value = "获取桌号")
@PostMapping("/tableCodes")
@ResponseStatus(HttpStatus.OK)
......