Pu Zhibing
2025-02-05 19b7530c7feb8eca1dfecd6502feaf61057fdab8
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;
}