鞍钢鲅鱼圈能源管控系统后端代码
潘志宝
2 天以前 1d9abe2a92a8c2bdf7d4534ad1aa20ad615b33ca
ansteel-biz/src/main/java/com/iailab/module/ansteel/api/dto/PowerMaxDemandMainDTO.java
@@ -1,7 +1,5 @@
package com.iailab.module.ansteel.api.dto;
import com.baomidou.mybatisplus.annotation.TableId;
import com.iailab.module.ansteel.power.entity.PowerMaxdemandDetEntity;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
@@ -35,5 +33,5 @@
    private BigDecimal maxDemand;
    @Schema(description = "最大需量详情")
    private List<PowerMaxdemandDetEntity> children;
    private List<PowerMaxdemandDetDTO> children;
}