限制台桌选择人数

This commit is contained in:
2024-09-27 17:12:34 +08:00
parent 8a467a22ec
commit 77a6a525cd
2 changed files with 65 additions and 58 deletions

View File

@@ -32,6 +32,8 @@ public class RedisCst {
public static final String SONG_PAY_LOCK = "song_pay_lock:";
public static final String ORDER_PRINT_PRO = "ORDER_PRINT_PRODUCT:";
public static final String ORDER_PRINT = "ORDER_PRINT:";
// 选择人数锁
public static final String CHOSE_TABLE_COUNT = "CHOSE_TABLE_COUNT";
static final String CURRENT_TABLE_ORDER = "CURRENT_TABLE_ORDER:";