update 联联平台请求设备认证接口

This commit is contained in:
Lemon
2023-05-31 14:17:13 +08:00
parent 922c0428b7
commit 20b95f4c3c
5 changed files with 76 additions and 60 deletions

View File

@@ -24,4 +24,7 @@ public class QueryEquipmentDTO {
*/
@JsonProperty(value = "ConnectorID")
private String ConnectorID;
@JsonProperty(value = "OperatorID")
private String OperatorID;
}