增加商品库存redis缓存 & 库存变动发送rabbit消息
This commit is contained in:
@@ -109,4 +109,8 @@ public class ShopProductVo implements Serializable {
|
||||
* 销量
|
||||
*/
|
||||
private BigDecimal salesVolume;
|
||||
/**
|
||||
* 店铺id
|
||||
*/
|
||||
private Long shopId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user