1.增加库存记录mq处理

This commit is contained in:
2024-08-01 14:22:33 +08:00
parent b8a60a1549
commit 7c122565fc
4 changed files with 23 additions and 16 deletions

View File

@@ -8,5 +8,6 @@ public class StockRecordMsg {
private Integer skuId;
private Integer productId;
private String type;
private Integer currentNumber;
private Integer subType;
private Integer number;
}