mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
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