This commit is contained in:
Guoqs
2025-07-11 16:50:17 +08:00
9 changed files with 1360 additions and 74 deletions

View File

@@ -17,6 +17,6 @@ public class QueryEquipChargeStatusDTO {
@JsonProperty(value = "OperatorID")
private String OperatorID;
@JsonProperty(value = "orderNo")
@JsonProperty(value = "OrderNo")
private String orderNo;
}

View File

@@ -103,6 +103,6 @@ public class QueryStartChargeDTO {
/**
* 充电订单号 格式“运营商ID+唯一编号”
*/
@JsonProperty(value = "OrderNO")
private String orderNO;
@JsonProperty(value = "OrderNo")
private String orderNo;
}