新增 高德查询充电站信息

This commit is contained in:
Lemon
2023-06-15 10:55:55 +08:00
parent e9e7d044a9
commit acffee1fe6
3 changed files with 153 additions and 18 deletions

View File

@@ -46,4 +46,14 @@ public class ConnectorInfoVO {
*/
private String ratedPower;
/**
* 额定电流
*/
private String ratedCurrent;
/**
* 额定电压
*/
private String ratedVoltage;
}