This commit is contained in:
Lemon
2024-01-09 17:29:25 +08:00
parent 2764a267ae
commit 136b3a08d8
5 changed files with 10 additions and 3 deletions

View File

@@ -57,4 +57,8 @@ public class QueryStartChargeDTO {
*/
@JsonProperty(value = "AccountBalance")
private BigDecimal accountBalance;
// ----------------- 新电途平台接口拓展字段------------------
private BigDecimal chargingAmt;
}