取号打票

This commit is contained in:
2024-09-19 16:53:51 +08:00
parent e525d7e058
commit 9cd49383ff
6 changed files with 48 additions and 3 deletions

View File

@@ -28,4 +28,7 @@ public interface RabbitConstants {
String QUEUE_PRINT_PLACE = "queue.place.order.print";
String ROUTING_KEY_PRINT_PLACE = "routing.place.order.print";
// 排队小票打印
String QUEUE_PRINT_CALL_TABLE = "queue.print.call.table";
String ROUTING_KEY_CALL_TABLE = "routing.call.table";
}