站点信息表新增对接高德的 运营商品牌 和 站点名称描述 字段

This commit is contained in:
Lemon
2024-01-26 09:01:52 +08:00
parent ab84099e15
commit f18bf4c072
6 changed files with 67 additions and 1 deletions

View File

@@ -221,4 +221,16 @@ public class PileStationVO {
*/
private BigDecimal capacity;
/**
* 充电站运营商品牌名称
* (用于推送高德地图拼接POI)
*/
private String operatorName;
/**
* 充电站名称描述
* (用于推送高德地图拼接POI)
*/
private String aMapStationName;
}