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