mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增吉林省平台-接口
This commit is contained in:
@@ -17,6 +17,6 @@ public class QueryEquipChargeStatusDTO {
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String OperatorID;
|
||||
|
||||
@JsonProperty(value = "orderNo")
|
||||
@JsonProperty(value = "OrderNo")
|
||||
private String orderNo;
|
||||
}
|
||||
|
||||
@@ -103,6 +103,6 @@ public class QueryStartChargeDTO {
|
||||
/**
|
||||
* 充电订单号 格式“运营商ID+唯一编号”
|
||||
*/
|
||||
@JsonProperty(value = "OrderNO")
|
||||
private String orderNO;
|
||||
@JsonProperty(value = "OrderNo")
|
||||
private String orderNo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user