| | |
| | | `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回收', |