加入购物车修改

This commit is contained in:
2024-09-28 09:31:30 +08:00
parent 2eaa98a4bc
commit 492fa159b9
2 changed files with 7 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ public class TbCashierCart implements Serializable {
@Column(name = "`table_id`")
@ApiModelProperty(value = "台桌id")
private Long tableId;
private String tableId;
@Column(name = "`pack_fee`")
@ApiModelProperty(value = "打包费")