From a0fe090adf6622c72df70225881add061ab3a5d1 Mon Sep 17 00:00:00 2001 From: Administrator <1525436766@qq.com> Date: 星期五, 02 七月 2021 09:43:58 +0800 Subject: [PATCH] 11修改 --- BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java b/BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java index b22ab6b..34f6097 100644 --- a/BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java +++ b/BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java @@ -234,6 +234,7 @@ public final static String App_Sys_Table = DB_AppSys + ".`tb_app_sys`"; public final static String App_Bts_Comm_Task_Table = DB_AppSys + ".`tb_app_bts_comm_task`"; public final static String App_Bts_Battgroup_Table = DB_AppSys + ".`tb_app_bts_battgroup`"; + public final static String Menu_Table = DB_AppSys + ".`tb_menu`"; /***************************** db_ld9_testdata 数据库 ***************************************/ public final static String Ld9testdata_Inf_Table = DB_LD9_TESTDATA + ".`tb_ld9testdata_inf`"; @@ -255,6 +256,12 @@ /***************************** db_pwrdev_inf 数据库 ************************************/ public final static String Pwrdev_Inf_Table = DB_PWRDEV_INF + ".`tb_pwrdev_inf`"; public final static String Pwrapp_Sys_Table = DB_PWRDEV_INF + ".`tb_pwrapp_sys`"; + public final static String Display_Config_Table = DB_PWRDEV_INF + ".`tb_display_config`"; + + public final static String Pwrapp_Stainf_Table = DB_PWRDEV_INF + ".`tb_pwrapp_stainf`"; + public final static String Pwrapp_Dcinf_Table = DB_PWRDEV_INF + ".`tb_pwrapp_dcinf`"; + public final static String Pwrapp_Acinf_Table = DB_PWRDEV_INF + ".`tb_pwrapp_acinf`"; + public final static String Pwrapp_Acdcinf_Table = DB_PWRDEV_INF + ".`tb_pwrapp_acdcinf`"; //--------------------------------------------------------------------------------------------// -- Gitblit v1.9.1