update 新电途请求启动充电接口添加字段

This commit is contained in:
Lemon
2024-01-10 10:53:14 +08:00
parent 60f912a67a
commit 63eaf1f93d
4 changed files with 16 additions and 1 deletions

View File

@@ -60,5 +60,13 @@ public class QueryStartChargeDTO {
// ----------------- 新电途平台接口拓展字段------------------
/**
* 预充金额,电量充到该金额自动停止。单位(元)
*/
private BigDecimal chargingAmt;
/**
* 司机在合作公司的唯一标识(手机号),方便维护订单信息
*/
private String driverId;
}