add value

This commit is contained in:
Cauchy
2023-10-20 17:54:17 +08:00
parent 0633287662
commit f9b852d637

View File

@@ -23,6 +23,10 @@ public class GoodsResponseVo {
* 商品价格 * 商品价格
*/ */
private BigDecimal productPrice; private BigDecimal productPrice;
/**
* 商品数量
*/
private Integer quantity;
/** /**
* 快递 * 快递
*/ */