From f68b1474d1c63060dc56b8f826074432cde168bc Mon Sep 17 00:00:00 2001
From: DELL <1525436766@qq.com>
Date: 星期五, 28 三月 2025 09:37:58 +0800
Subject: [PATCH] 更新

---
 BattMonitor_DB_Builder/src/com/sql/util/Db_Power_Alarm.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/BattMonitor_DB_Builder/src/com/sql/util/Db_Power_Alarm.java b/BattMonitor_DB_Builder/src/com/sql/util/Db_Power_Alarm.java
index e88b0ed..c6b05cd 100644
--- a/BattMonitor_DB_Builder/src/com/sql/util/Db_Power_Alarm.java
+++ b/BattMonitor_DB_Builder/src/com/sql/util/Db_Power_Alarm.java
@@ -72,8 +72,8 @@
 							"	power_id integer NOT NULL DEFAULT 0," + 
 							"	alm_id integer NOT NULL DEFAULT 0," + 
 							"	alm_value double precision NOT NULL DEFAULT 0," + 
-							"	alm_starttime timestamp without time zone NOT NULL DEFAULT '2000-01-01 00:00:00'::timestamp without time zone," + 
-							"	alm_endtime timestamp without time zone NOT NULL DEFAULT '2000-01-01 00:00:00'::timestamp without time zone," + 
+							"	alm_start_time timestamp without time zone NOT NULL DEFAULT '2000-01-01 00:00:00'::timestamp without time zone," + 
+							"	alm_end_time timestamp without time zone NOT NULL DEFAULT '2000-01-01 00:00:00'::timestamp without time zone," + 
 							"	alm_confirm_en integer NOT NULL DEFAULT 0," + 
 							"	alm_confirm_time timestamp without time zone NOT NULL DEFAULT '2000-01-01 00:00:00'::timestamp without time zone," + 
 							"	alm_level integer NOT NULL DEFAULT 1," + 
@@ -92,8 +92,8 @@
 			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".power_id IS '电源ID';");
 			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_id IS '电源告警ID';");
 			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_value IS '告警值';");
-			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_starttime IS '告警开始时间';");
-			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_endtime IS '告警结束时间';");
+			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_start_time IS '告警开始时间';");
+			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_end_time IS '告警结束时间';");
 			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_confirm_en IS '告警是否确认';");
 			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_confirm_time IS '告警确认时间';");
 			sql.sqlMysqlExecute("COMMENT ON COLUMN " + Sql_Mysql.Power_Alarm_Table + ".alm_level IS '告警等级';");

--
Gitblit v1.9.1