Commit 24174f80 by 徐高华

最大可退金额

parent 12dd72eb
......@@ -81,7 +81,16 @@ public class OrderRefundDetailVO implements Serializable {
private String refundReason ;
// 退款说明
private String refundDescribe ;
private Double maxRefundPrice ;
public Double getMaxRefundPrice() {
return maxRefundPrice;
}
public void setMaxRefundPrice(Double maxRefundPrice) {
this.maxRefundPrice = maxRefundPrice;
}
public String getRefundReason() {
return refundReason;
}
......
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