BattMonitor_DB_Builder/bin/.gitignore
@@ -1 +1 @@ /main/ /com/ BattMonitor_DB_Builder/bin/com/dev/fbs9100/FBS9100_Task_Thread_SQL.classBinary files differ
BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java
@@ -8,7 +8,7 @@ public class FBS9100_Task_Thread_SQL { /** * 创建 tb_fbs9100_state 表并且将设备id和设备ip插入到表中 * 创建 tb_fbs9100_state 表并且将设备id和设备hip插入到表中 * @param con_pool * @param al_param */ @@ -141,6 +141,7 @@ + "`DCVolHighLimit` FLOAT NOT NULL DEFAULT 0, " + "`ChargeCurrSet` FLOAT NOT NULL DEFAULT 0, " + "`MonomerTmp_High` FLOAT NOT NULL DEFAULT 0, " + "`AutoTestStartVol` float NOT NULL DEFAULT 0, " //起始电压 + " UNIQUE INDEX index_dev_id_uniq (`dev_id`), " + " PRIMARY KEY (`num`) ) " + " ENGINE=MEMORY DEFAULT CHARSET=utf8"; BattMonitor_DB_Builder/src/main/main_BTS_DB_Builder.java