鞍钢鲅鱼圈能源管控系统后端代码
潘志宝
9 天以前 7eeb94c954e214b84a9d67517942b981976471b5
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;
}