消费
This commit is contained in:
wangjinlei
2024-05-13 13:24:11 +08:00
parent 550e95cd47
commit 328f90926f
2 changed files with 33 additions and 4 deletions

View File

@@ -93,6 +93,10 @@ public class BuyOrder implements Serializable {
* 物流单号
*/
private String shippingSn;
/**
* 积分抵扣
*/
private BigDecimal jfDeduction;
/**
* 下单时间
*/