From b45beab4bd9fd91bf583b57d48edf2e99584ec62 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.33> Date: 星期四, 11 十月 2018 14:14:57 +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