mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -54,6 +54,16 @@ public class OrderVO {
|
||||
*/
|
||||
private BigDecimal orderAmount;
|
||||
|
||||
/**
|
||||
* 虚拟金额(指使用赠送余额消费部分)
|
||||
*/
|
||||
private BigDecimal virtualAmount;
|
||||
|
||||
/**
|
||||
* 结算金额(指实际产生的消费,包括本金支付,微信支付等)
|
||||
*/
|
||||
private BigDecimal settleAmount;
|
||||
|
||||
/**
|
||||
* 订单状态
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user