update 返回参数stationId --> stationIds

This commit is contained in:
Lemon
2026-01-13 14:17:39 +08:00
parent cf1e1edb0b
commit 021e22c08a
2 changed files with 8 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
import java.util.List;
/**
* 站点统计信息数据
@@ -78,4 +79,9 @@ public class StationStatisticsInfosVO {
* 故障枪口数量
*/
private Integer faultConnectorNum;
/**
* 站点idList
*/
private List<String> stationIds;
}