update 联联平台相关实体字段修改

This commit is contained in:
Lemon
2023-04-03 15:46:07 +08:00
parent 55aaaf4981
commit 4532b60192
11 changed files with 89 additions and 89 deletions

View File

@@ -210,7 +210,7 @@ public class StationInfo {
* 营业时间 N
* 营业时间描述,推荐格式周一至周日00:00-24:00
*/
private String BusineHours;
private String BusinessHours;
/**
* 最低单价 Y
@@ -264,7 +264,7 @@ public class StationInfo {
* 充电设备信息列表 Y
* 该充电站所有充电设备信息对象集合
*/
private List<EquipmentInfo> EquipmentInfos;
private List<PileInfo> pileInfos;
/**
* 停车收费类型 Y