新增第三方吉林平台接口代码

This commit is contained in:
YAS\29473
2025-06-26 15:41:11 +08:00
parent c0240fdf23
commit ee733ff8e0
9 changed files with 1379 additions and 24 deletions

View File

@@ -167,4 +167,17 @@ public class ConnectorInfoDTO {
@JSONField(name = "OpreateHours")
private String opreateHours;
/**
* 有无地锁
*/
@JSONField(name = "HasLock")
private Integer hasLock;
/**
* 充电二维码
*/
@JSONField(name = "ChargingQrCode")
private String chargingQrCode;
}