mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
update 联联平台相关实体字段修改
This commit is contained in:
@@ -19,11 +19,11 @@ public class StationStatusInfo {
|
||||
* 充电站ID Y
|
||||
* 对接平台自定义的唯一编码,不足长度在前方补0
|
||||
*/
|
||||
private String StationID;
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 充电设备接口状态列表 Y
|
||||
* 所有充电设备接口的状态
|
||||
*/
|
||||
private List<ConnectorStatusInfo> ConnectorStatusInfos;
|
||||
private List<ConnectorStatusInfo> connectorStatusInfos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user