mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
新增 个人桩充电记录添加充电停止原因码字段
This commit is contained in:
@@ -155,6 +155,11 @@ public class PersonalChargingRecord {
|
||||
*/
|
||||
private BigDecimal valleyUsedElectricity;
|
||||
|
||||
/**
|
||||
* 停止原因码
|
||||
*/
|
||||
private String stopReasonCode;
|
||||
|
||||
/**
|
||||
* 异常原因
|
||||
*/
|
||||
|
||||
@@ -47,6 +47,11 @@ public class PersonPileConnectorSumInfoVO {
|
||||
*/
|
||||
private String sourceType;
|
||||
|
||||
/**
|
||||
* 停止原因码
|
||||
*/
|
||||
private String stopReasonCode;
|
||||
|
||||
/**
|
||||
* 停止原因
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user