创建订单修改

This commit is contained in:
2024-10-10 09:34:13 +08:00
parent e583f4ccb0
commit fbd8f306e7
2 changed files with 9 additions and 15 deletions

View File

@@ -60,6 +60,7 @@ public class TbCashierCart implements Serializable {
private String tableId;
private String useType;
private Integer placeNum;
private String platformType;
@TableField(exist = false)
private TbProductSpec tbProductSpec;