订单下单

This commit is contained in:
2025-02-21 18:37:58 +08:00
parent 16ef1edc6b
commit 03217ee2ab
21 changed files with 466 additions and 228 deletions

View File

@@ -17,6 +17,10 @@ public interface RedisCst {
// 店铺会员动态支付码
String SHOP_USER_DYNAMIC_CODE = "shop:user:dynamic:code:";
//店铺取餐码key
String SHOP_CODE = "shop:code:";
// 排队取号全局号码
String TABLE_CALL_NUMBER = "TABLE_CALL_NUMBER:";