ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/drainage/model/QueryStationsInfoResult.java
@@ -17,20 +17,20 @@ * 当前页数 */ @NotNull private Integer PageNo; private Integer pageNo; /** * 页码总数 */ @NotNull private Integer PageCount; private Integer pageCount; /** * 总记录条数 */ @NotNull private Integer ItemSize; private Integer itemSize; /** * 充电站信息列表 */ @NotNull private List<StationInfo> StationInfos; private List<StationInfo> stationInfos; }