Commit 9b129380 by 徐高华

退款

parent 190852d8
......@@ -154,7 +154,7 @@ public class OrderRefundDetailVO implements Serializable {
/**
* 运费金额
*/
private Double refundFreightPrice;
private double refundFreightPrice;
/**
* 订单卡券状态(新增)
......@@ -169,11 +169,11 @@ public class OrderRefundDetailVO implements Serializable {
*/
private Double refundStoredValue;
public Double getRefundFreightPrice() {
public double getRefundFreightPrice() {
return refundFreightPrice;
}
public void setRefundFreightPrice(Double refundFreightPrice) {
public void setRefundFreightPrice(double refundFreightPrice) {
this.refundFreightPrice = refundFreightPrice;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment