Commit 190852d8 by 徐高华

储值

parent 61a02ef5
......@@ -151,6 +151,10 @@ public class OrderRefundDetailVO implements Serializable {
private Integer usePoint ;
private Integer goodsType;
private String goodsReferId ;
/**
* 运费金额
*/
private Double refundFreightPrice;
/**
* 订单卡券状态(新增)
......@@ -165,6 +169,13 @@ public class OrderRefundDetailVO implements Serializable {
*/
private Double refundStoredValue;
public Double getRefundFreightPrice() {
return refundFreightPrice;
}
public void setRefundFreightPrice(Double refundFreightPrice) {
this.refundFreightPrice = refundFreightPrice;
}
public String getRefundStoredType() {
return refundStoredType;
......
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