供应商 付款金额 负数问题

付款记录
购物车回滚库存问题
日库存记录 定时任务
This commit is contained in:
2024-07-01 18:11:26 +08:00
parent 7bf66ab106
commit 7ea3ee3ec0
10 changed files with 194 additions and 27 deletions

View File

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