|
|
@@ -61,22 +61,22 @@ public class ProductOrderInfo implements Serializable {
|
|
|
private LocalDateTime payExpireTime;
|
|
|
|
|
|
/**
|
|
|
- * 商品总金额(分)
|
|
|
+ * 商品总金额
|
|
|
*/
|
|
|
private BigDecimal totalAmount;
|
|
|
|
|
|
/**
|
|
|
- * 优惠金额(分)
|
|
|
+ * 优惠金额
|
|
|
*/
|
|
|
private BigDecimal discountAmount;
|
|
|
|
|
|
/**
|
|
|
- * 运费(分)
|
|
|
+ * 运费
|
|
|
*/
|
|
|
private BigDecimal freightAmount;
|
|
|
|
|
|
/**
|
|
|
- * 实付金额(分)= total_amount - discount_amount + freight_amount
|
|
|
+ * 实付金额= total_amount - discount_amount + freight_amount
|
|
|
*/
|
|
|
private BigDecimal payAmount;
|
|
|
|
|
|
@@ -86,9 +86,9 @@ public class ProductOrderInfo implements Serializable {
|
|
|
private Long couponId;
|
|
|
|
|
|
/**
|
|
|
- * 优惠券抵扣金额(分)
|
|
|
+ * 优惠券抵扣金额
|
|
|
*/
|
|
|
- private Integer couponAmount;
|
|
|
+ private BigDecimal couponAmount;
|
|
|
|
|
|
/**
|
|
|
* 使用积分数量
|