添加取餐码功能

This commit is contained in:
韩鹏辉
2024-06-19 09:55:00 +08:00
parent 69b7ed77ec
commit e2b22116a0
5 changed files with 58 additions and 6 deletions

View File

@@ -20,4 +20,6 @@ public class RedisCst {
public static final String INTEGRAL_COIN_KEY = "INTEGRAL:COIN:KEY";
public static final String COUPONS_COIN_KEY = "COUPONS:COIN:KEY";
public static final String OUT_NUMBER="ORDER:NUMBER:";
}