新增 个人桩充电记录添加充电停止原因码字段

This commit is contained in:
Lemon
2024-12-17 10:08:15 +08:00
parent 424d94d8a5
commit 6c85fe49f8
5 changed files with 72 additions and 9 deletions

View File

@@ -155,6 +155,11 @@ public class PersonalChargingRecord {
*/
private BigDecimal valleyUsedElectricity;
/**
* 停止原因码
*/
private String stopReasonCode;
/**
* 异常原因
*/

View File

@@ -47,6 +47,11 @@ public class PersonPileConnectorSumInfoVO {
*/
private String sourceType;
/**
* 停止原因码
*/
private String stopReasonCode;
/**
* 停止原因
*/