update 设置充电桩vin启动默认金额

This commit is contained in:
Lemon
2026-06-15 14:31:30 +08:00
parent 5ba73abb62
commit dd546e75da
3 changed files with 11 additions and 1 deletions

View File

@@ -22,6 +22,11 @@ public class ConfirmStartChargingMemberVO {
*/
private String plateNumber;
/**
* 默认充电金额
*/
private BigDecimal defaultChargeAmount;
/**
* 本金金额
*/