From 12808f035eec4cb7ea0dad67833dc9f11a281a4c Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.29> Date: 星期一, 15 十月 2018 11:32:13 +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 e5d19c0..0d6149c 100644 --- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java +++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java @@ -76,6 +76,7 @@ import com.fgkj.dao.impl.Ld9.Ld9testdatastopImpl; import com.fgkj.dao.impl.bts61850.BTS_61850_setparamImpl; import com.fgkj.dao.impl.bts61850.BTS_61850_stateImpl; +import com.fgkj.dao.impl.ram.Bts_station_stateImpl; import com.fgkj.dao.impl.ram.Fbs9100_setparamImpl; import com.fgkj.dao.impl.ram.Fbs9100_stateImpl; import com.fgkj.dao.impl.ram.Fbs9100s_dcdc_stateImpl; @@ -186,6 +187,7 @@ case 86:return new Batt_devalarm_data_historyImpl(); case 87:return new Batt_enduranceImpl(); case 88:return new BattInf_RebuildImpl(); + case 89:return new Bts_station_stateImpl(); default :return null; } } -- Gitblit v1.9.1