From 7a03020d39bf6ab1173f44e0b326849c0a1e3f59 Mon Sep 17 00:00:00 2001
From: liriming <1343021927@qq.com>
Date: 星期三, 23 四月 2025 13:44:48 +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 7ac394c..bc1754e 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