创建订单修改

This commit is contained in:
2024-10-10 09:10:27 +08:00
parent 5fdd361789
commit 2a9e26e524
2 changed files with 25 additions and 9 deletions

View File

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