From edfb6599d2122887f62f1df2799d5b1cb59c21b9 Mon Sep 17 00:00:00 2001
From: dengzedong <dengzedong@email>
Date: 星期二, 22 四月 2025 17:29:51 +0800
Subject: [PATCH] 焦化 概况

---
 ansteel-biz/db/mysql.sql |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ansteel-biz/db/mysql.sql b/ansteel-biz/db/mysql.sql
index 295e240..a02a573 100644
--- a/ansteel-biz/db/mysql.sql
+++ b/ansteel-biz/db/mysql.sql
@@ -572,11 +572,15 @@
                                      `sub_process_type` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '子工序类型',
                                      `clock` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '查询时间',
                                      `steam_p` decimal(10,4) DEFAULT NULL COMMENT '蒸汽发生',
+                                     `dj_steam_p` decimal(10,4) DEFAULT NULL COMMENT '吨焦产蒸汽',
                                      `steam_c` decimal(10,4) DEFAULT NULL COMMENT '蒸汽消耗',
+                                     `steam_only_c` decimal(10,4) DEFAULT NULL COMMENT '蒸汽单耗',
                                      `steam_v` decimal(10,4) DEFAULT NULL COMMENT '蒸汽量',
                                      `gas_p` decimal(10,4) DEFAULT NULL COMMENT '煤气发生',
                                      `gas_c` decimal(10,4) DEFAULT NULL COMMENT '煤气消耗',
                                      `power_c` decimal(10,4) DEFAULT NULL COMMENT '电力消耗',
+                                     `power_only_c` decimal(10,4) DEFAULT NULL COMMENT '电力单耗',
+                                     `power_c_standard` decimal(10,4) DEFAULT NULL COMMENT '电耗基准',
                                      `idle_time` decimal(10,4) DEFAULT NULL COMMENT '空转时间',
                                      `bfg_c` decimal(10,4) DEFAULT NULL COMMENT 'BFG消耗',
                                      `cog_p` decimal(10,4) DEFAULT NULL COMMENT 'COG回收',

--
Gitblit v1.9.3