生成会员码

This commit is contained in:
2025-03-12 16:43:21 +08:00
parent b5f08cfede
commit 3058f1c50f
4 changed files with 91 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ public interface RedisCst {
//店铺取餐码key
String SHOP_CODE = "shop:code:";
//店铺会员码Key 跳转会员页面
String SHOP_VIP_CODE = "shop:vip:code:";
// 排队取号全局号码
String TABLE_CALL_NUMBER = "table:call:number:";