update 联联平台查询站点状态接口

This commit is contained in:
Lemon
2023-05-27 16:56:35 +08:00
parent b0973e131a
commit 57541bdcf9
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;
}