mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +08:00
update 修改结算订单逻辑
This commit is contained in:
@@ -24,4 +24,10 @@ public class BalanceDeductionAmountVO {
|
||||
* 扣除金额
|
||||
*/
|
||||
private BigDecimal deductionAmount;
|
||||
|
||||
/**
|
||||
* 该笔支付单的分账方式
|
||||
* delay表示延时分账,其他情况表示实时分账
|
||||
*/
|
||||
private String delayMode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user