update 联联平台请求启动充电接口

This commit is contained in:
Lemon
2023-05-31 14:43:58 +08:00
parent 20b95f4c3c
commit d8ef3022fa
5 changed files with 74 additions and 20 deletions

View File

@@ -40,4 +40,7 @@ public class QueryStartChargeDTO {
*/
@JsonProperty(value = "PlateNum")
private String PlateNum;
@JsonProperty(value = "OperatorID")
private String OperatorID;
}