From 56c672f46d4b901b1ee4b1ee47768ed53ec5e6a8 Mon Sep 17 00:00:00 2001
From: Administrator <1525436766@qq.com>
Date: 星期四, 08 七月 2021 11:52:25 +0800
Subject: [PATCH] V1.60 edit at date 2021-07-08 	1.新建'db_ram_db.`tb_fbs9100s_buscouple_state`'-->'母联开关状态表'数据库表 	1.新建'db_ram_db.`tb_fbs9100s_stemnode_state`'-->'干接点状态表'数据库表

---
 BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java |   14 ++++++++++++++
 1 files changed, 14 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 88e76b8..f4a38f2 100644
--- a/BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java
+++ b/BattMonitor_DB_Builder/src/com/sql/Sql_Mysql.java
@@ -142,6 +142,12 @@
 	public final static String FBS9100_ChargerstateTable = DB_RamDB + ".`tb_fbs9100_chargerstate`";					//充电机
 	public final static String Tb_Lithium_DataTable = DB_RamDB + ".`tb_lithium_data`";								//锂电池数据表
 	
+	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 User_Permitgroup_Table = DB_USER + ".`tb_user_permitgroup`";								//权限表
@@ -165,6 +171,7 @@
 	public final static String User_Battgroup_Baojigroup_Usr_Table = DB_USER + ".`tb_user_battgroup_baojigroup_usr`";							//
 	public final static String User_Battgroup_Baojigroup_Battgroup_Table = DB_USER + ".`tb_user_battgroup_baojigroup_battgroup`";							//
 	public final static String User_Battgroup_Baojigroup_Table = DB_USER + ".`tb_user_battgroup_baojigroup`";							//
+	public final static String User_Limit_Table = DB_USER + ".`tb_user_limit`";							//
 	
 	
 	
@@ -229,6 +236,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`";
@@ -250,6 +258,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