mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 新电途实现类接口
This commit is contained in:
@@ -105,4 +105,16 @@ public class QueryStartChargeDTO {
|
||||
*/
|
||||
@JsonProperty(value = "OrderNo")
|
||||
private String orderNo;
|
||||
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
@JsonProperty(value = "Latitude")
|
||||
private BigDecimal longitude;
|
||||
|
||||
/**
|
||||
* 纬度
|
||||
*/
|
||||
@JsonProperty(value = "Longitude")
|
||||
private BigDecimal latitude;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user