This commit is contained in:
wuchunlei
2024-05-13 13:25:23 +08:00
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;
/**
* 下单时间
*/