| | |
| | | public final static String Tb_Batt_RSAlarm_Table = DB_RamDB + ".`tb_batt_rsalarm`"; //锂电池数据表
|
| | | public final static String Tb_Batt_RTAlarm_Table = DB_RamDB + ".`tb_batt_rtalarm`"; //锂电池数据表
|
| | |
|
| | | public final static String FBS9100s_stemnode_state_Table = DB_RamDB + ".`tb_fbs9100s_stemnode_state`"; //干节点状态表
|
| | | public final static String FBS9100s_buscouple_state_Table = DB_RamDB + ".`tb_fbs9100s_buscouple_state`"; //母联开关状态表
|
| | |
|
| | |
|
| | | /**************************** db_user数据库 ***************************************************/
|
| | |
| | | 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`";
|
| | |
| | | /***************************** 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`";
|
| | |
|
| | |
|
| | | //--------------------------------------------------------------------------------------------//
|