ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingOverviewDTO.java
@@ -127,18 +127,18 @@ */ private BigDecimal psRatio; /** * 峰时占比-月累计 */ private BigDecimal fsRatioMonth; /** * 谷时占比-月累计 */ private BigDecimal gsRatioMonth; /** * 平时占比-月累计 */ private BigDecimal psRatioMonth; // /** // * 峰时占比-月累计 // */ // private BigDecimal fsRatioMonth; // // /** // * 谷时占比-月累计 // */ // private BigDecimal gsRatioMonth; // // /** // * 平时占比-月累计 // */ // private BigDecimal psRatioMonth; }