package com.shlanbao.tzsc.base.dao.impl; import org.springframework.stereotype.Repository; import com.shlanbao.tzsc.base.dao.QmSelfCheckPacketDaoI; import com.shlanbao.tzsc.base.mapping.QmSelfCheckPacket; @Repository public class QmSelfCheckPacketDaoImpl extends BaseDaoImpl implements QmSelfCheckPacketDaoI{ }