mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
站点新增 停车费率描述字段
This commit is contained in:
@@ -85,6 +85,12 @@ public class AMapStationInfo {
|
||||
@JsonProperty(value = "StationStatus")
|
||||
private Integer stationStatus;
|
||||
|
||||
/**
|
||||
* 停车费率描述
|
||||
*/
|
||||
@JsonProperty(value = "ParkFee")
|
||||
private String parkFee;
|
||||
|
||||
/**
|
||||
* 营业状态
|
||||
* 0:完全对外
|
||||
|
||||
Reference in New Issue
Block a user