From 98cd37e22ae11376692241a62a8b5d932cbcd24e Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 19 十月 2018 13:25:16 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@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