D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-07 5f4088f87f8150443bd66a8cb0f987e99a737f6c
gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
@@ -3,6 +3,7 @@
import com.fgkj.dao.impl.Alarm_paramImpl;
import com.fgkj.dao.impl.AnnounceImpl;
import com.fgkj.dao.impl.App_ParamImpl;
import com.fgkj.dao.impl.App_bts_battgroupImpl;
import com.fgkj.dao.impl.App_bts_comm_taskImpl;
import com.fgkj.dao.impl.BadBatt_monImpl;
import com.fgkj.dao.impl.BadBatt_mon_flagImpl;
@@ -210,6 +211,7 @@
         case 98:return new  Fbs9100_battparamImpl();
         case 99:return new  App_bts_comm_taskImpl();
         case 100:return new  Battinf_applyImpl();
         case 101:return new  App_bts_battgroupImpl();
         default :return null;
      }
   }