update 新电途实现类接口

This commit is contained in:
YAS\29473
2025-09-28 16:18:24 +08:00
parent 58a7bbfd8e
commit e25a230058
4 changed files with 735 additions and 533 deletions

View File

@@ -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;
}