1.代客下单 退单接口 选择台桌 选择人数

This commit is contained in:
2024-09-11 11:17:39 +08:00
parent 6096f91b6c
commit 10290bd37b
14 changed files with 397 additions and 151 deletions

View File

@@ -19,4 +19,9 @@ public interface RabbitConstants {
// 售出记录
String EXCHANGE_STOCK_RECORD = "exchange.stock.record";
String ROUTING_STOCK_RECORD_SALE = "routing.stock.record.sale";
// 菜品打印
String EXCHANGE_PRINT = "exchange.print";
String ROUTING_KEY_PRINT_DISHES = "routing.dishes.print";
}