From d3281891af5bf8e5069cb15b1f9c1d6a14c212c6 Mon Sep 17 00:00:00 2001
From: 星伟 <星伟@192.168.10.25>
Date: 星期四, 27 九月 2018 17:30:00 +0800
Subject: [PATCH] 设备告警参数修改

---
 gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
index 12b5793..60ba796 100644
--- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
+++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
@@ -18,6 +18,7 @@
 import com.fgkj.dao.impl.Batt_devalarm_data_historyImpl;
 import com.fgkj.dao.impl.Batt_devdischarge_paramImpl;
 import com.fgkj.dao.impl.Batt_electricityImpl;
+import com.fgkj.dao.impl.Batt_enduranceImpl;
 import com.fgkj.dao.impl.Batt_historyImpl;
 import com.fgkj.dao.impl.Batt_maint_infAgainImpl;
 import com.fgkj.dao.impl.Batt_maint_infImpl;
@@ -182,6 +183,7 @@
 			case 84:return new Positiomap_usrImpl();
 			case 85:return new Battalarm_data_historyImpl();
 			case 86:return new Batt_devalarm_data_historyImpl();
+			case 87:return new Batt_enduranceImpl();
 			default :return null;
 		}
 	}

--
Gitblit v1.9.1