初始化购物车接口校验是否需要餐位费,不需要删除旧数据

This commit is contained in:
2024-10-08 11:31:36 +08:00
parent f0c8dbe994
commit d86d9af0a3

View File

@@ -0,0 +1,6 @@
package com.chaozhanggui.system.cashierservice.constant;
public interface TableConstant {
String CART_SEAT_ID = "-999";
}