From 37fada8a7407c82f4798488a2dd035e8a986b15a Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期六, 13 十月 2018 09:40:39 +0800 Subject: [PATCH] 添加掉站图标 --- gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java index 60ba796..0d6149c 100644 --- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java +++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java @@ -9,6 +9,7 @@ import com.fgkj.dao.impl.BattDischarge_planImpl; import com.fgkj.dao.impl.BattInfAgainImpl; import com.fgkj.dao.impl.BattInfImpl; +import com.fgkj.dao.impl.BattInf_RebuildImpl; import com.fgkj.dao.impl.BattMap_informationImpl; import com.fgkj.dao.impl.BattPower_offImpl; import com.fgkj.dao.impl.BattTest_ResImpl; @@ -75,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; @@ -184,6 +186,8 @@ case 85:return new Battalarm_data_historyImpl(); 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