订单详情返回餐位费信息

This commit is contained in:
2024-10-10 14:46:53 +08:00
parent fac61ff581
commit 3533a1c90e
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package cn.ysk.cashier.cons;
public interface TableConstant {
String CART_SEAT_ID = "-999";
}