package com.shlanbao.tzsc.base.dao.impl; import org.springframework.stereotype.Repository; import com.shlanbao.tzsc.base.dao.EqpStopMaintainDaoI; import com.shlanbao.tzsc.base.mapping.EqpStopMaintain; @Repository public class EqpStopMaintainDaoImpl extends BaseDaoImpl implements EqpStopMaintainDaoI { }