package jnpf.limsMapper; import jnpf.base.mapper.SuperMapper; import jnpf.limsEntity.LimsApplyTestItemEntity; import org.apache.ibatis.annotations.Mapper; @Mapper public interface LimsApplyTestItemMapper extends SuperMapper { }