This commit is contained in:
2023-05-27 16:58:38 +08:00
5 changed files with 96 additions and 34 deletions

View File

@@ -61,4 +61,12 @@ public class QueryStationInfoDTO {
*/
@JsonProperty(value = "EndTime")
private String EndTime;
/**
* 运营商id
*/
private String operatorId;
@JsonProperty(value = "StationIDs")
private List<String> stationIds;
}