mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
update 新电途请求启动充电接口添加字段
This commit is contained in:
@@ -60,5 +60,13 @@ public class QueryStartChargeDTO {
|
||||
|
||||
|
||||
// ----------------- 新电途平台接口拓展字段------------------
|
||||
/**
|
||||
* 预充金额,电量充到该金额自动停止。单位(元)
|
||||
*/
|
||||
private BigDecimal chargingAmt;
|
||||
|
||||
/**
|
||||
* 司机在合作公司的唯一标识(手机号),方便维护订单信息
|
||||
*/
|
||||
private String driverId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user