mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
bugfix 修复订单中 保险金额字段为0的bug
This commit is contained in:
@@ -55,6 +55,11 @@ public class GenerateOrderDTO extends BasicPileDTO{
|
||||
*/
|
||||
private BigDecimal chargeAmount;
|
||||
|
||||
/**
|
||||
* 保险金额
|
||||
*/
|
||||
private BigDecimal insuranceAmount;
|
||||
|
||||
/**
|
||||
* 充电桩枪口信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user