Commit 8d731f98 authored by 周健威's avatar 周健威

修改订单押金问题

parent b182d0ed
......@@ -26,6 +26,10 @@ public class OrderAccountDetail {
*/
BigDecimal originDepositAmount = BigDecimal.ZERO;
public void setOriginDepositAmount(BigDecimal originDepositAmount) {
this.originDepositAmount = originDepositAmount;
}
/**
* 扣款列表
*/
......
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