From 3e999253caef0af17ea280f524bfbe1df3c77d7f Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期五, 09 五月 2025 10:58:41 +0800 Subject: [PATCH] t_power_maxdemand --- ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/entity/CokingOverviewEntity.java | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/entity/CokingOverviewEntity.java b/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/entity/CokingOverviewEntity.java index a9bf91c..db5df22 100644 --- a/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/entity/CokingOverviewEntity.java +++ b/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/entity/CokingOverviewEntity.java @@ -100,4 +100,39 @@ * cog单耗 */ private BigDecimal cogOnlyC; + + /** + * 干熄炉数 + */ + private BigDecimal gxls; + + /** + * 峰时占比 + */ + private BigDecimal fsRatio; + + /** + * 谷时占比 + */ + private BigDecimal gsRatio; + + /** + * 平时占比 + */ + private BigDecimal psRatio; + + /** + * 峰时占比-月累计 + */ + private BigDecimal fsRatioMonth; + + /** + * 谷时占比-月累计 + */ + private BigDecimal gsRatioMonth; + + /** + * 平时占比-月累计 + */ + private BigDecimal psRatioMonth; } \ No newline at end of file -- Gitblit v1.9.3