package jnpf.limsService.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import jnpf.base.service.SuperServiceImpl;
|
import jnpf.limsEntity.LimsApplyTestItemEntity;
|
import jnpf.limsMapper.LimsApplyTestItemMapper;
|
import jnpf.limsService.LimsApplyTestItemService;
|
import org.springframework.stereotype.Service;
|
|
@Service
|
public class LimsApplyTestItemServiceImpl extends SuperServiceImpl<LimsApplyTestItemMapper, LimsApplyTestItemEntity> implements LimsApplyTestItemService {
|
}
|