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/resources/application.yaml | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml index 18848d9..3b42cee 100644 --- a/ansteel-biz/src/main/resources/application.yaml +++ b/ansteel-biz/src/main/resources/application.yaml @@ -153,8 +153,12 @@ - t_power_run_state - t_power_net_factor - t_power_capacitor_status + - t_power_capacitor_det + - t_power_capacitor_his - t_power_control_main - t_power_control_det + - t_power_gen_status + - t_power_demand - t_coking_process_conf - t_coking_prod_day - t_coking_process_main @@ -163,10 +167,27 @@ - t_coking_analy_ind - t_main_process_index_day - t_main_process_index_team + - t_coking_trace_chart + - t_coking_trace_conf + - t_coking_trace_data + - t_coking_trace_deviation + - t_coking_trace_report + - t_coking_trace_suggest + - t_coking_overview + - t_coking_trace_ind + - t_power_demand + - t_power_adjusted_factor + - t_power_net_dropdown + - t_power_voltage_status + - t_power_maxdemand_main + - t_power_maxdemand_det + - t_peak_valley_flat + - t_coking_overview_ind + - t_gas_pred_conf swagger: title: 鞍钢鲅鱼圈能源管控系统 description: 鞍钢鲅鱼圈能源管控系统 version: ${iailab.info.version} - log-path: D:\DLUT\ansteel + log-path: . debug: false \ No newline at end of file -- Gitblit v1.9.3