From 708fceddd9ea708f6380b74b58c8176d08bd2c30 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.25>
Date: 星期一, 22 十月 2018 10:38:27 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 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 3686ab3..aec31e6 100644
--- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
+++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
@@ -36,6 +36,7 @@
 import com.fgkj.dao.impl.BatttestdataDAOImpl;
 import com.fgkj.dao.impl.Batttestdata_infDAOImpl;
 import com.fgkj.dao.impl.BatttestdatastopDAOImpl;
+import com.fgkj.dao.impl.Bts_station_eventImpl;
 import com.fgkj.dao.impl.Chart_ColorImpl;
 import com.fgkj.dao.impl.Cmcc_Power_DataImpl;
 import com.fgkj.dao.impl.CustompageImpl;
@@ -190,6 +191,7 @@
 			case 88:return new BattInf_RebuildImpl();
 			case 89:return new Bts_station_stateImpl();
 			case 90:return new Fbs9100s_dfu_stateImpl();
+			case 91:return new Bts_station_eventImpl();
 			default :return null;
 		}
 	}

--
Gitblit v1.9.1