无关风月
2025-07-16 f7767066879bf66e7bb3ba80e0240bc9664f2f01
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/EnergyStorageDischargeVO.java
@@ -8,9 +8,9 @@
@Data
public class EnergyStorageDischargeVO {
    @ApiModelProperty("储能配置")
    private Integer config=100;
    private Integer config=115;
    @ApiModelProperty("今日储能")
    private Integer todayStorage=100;
    private BigDecimal todayStorage;
    @ApiModelProperty("今日放能")
    private BigDecimal todayDischarge;