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:
@@ -3,6 +3,8 @@ package com.jsowell.pile.dto;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 请求启动充电DTO
|
||||
*
|
||||
@@ -43,4 +45,10 @@ public class QueryStartChargeDTO {
|
||||
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String operatorId;
|
||||
|
||||
/**
|
||||
* 可充电金额
|
||||
*/
|
||||
@JsonProperty(value = "AccountBalance")
|
||||
private BigDecimal accountBalance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user