ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/vo/ChargingGunCountVO.java
@@ -14,4 +14,10 @@ @ApiModelProperty(value = "充电枪总数数量") private Integer totalCount; public ChargingGunCountVO(Integer freeCount, Integer totalCount) { this.freeCount = freeCount; this.totalCount = totalCount; } public ChargingGunCountVO() { } }