package jnpf.limsService.impl; import jnpf.base.service.SuperServiceImpl; import jnpf.limsEntity.LimsOosOotDiaochabiaoEntity; import jnpf.limsMapper.LimsOosOotDiaochabiaoMapper; import jnpf.limsService.LimsOosOotDiaochabiaoService; import org.springframework.stereotype.Service; @Service public class LimsOosOotDiaochabiaoServiceImpl extends SuperServiceImpl implements LimsOosOotDiaochabiaoService { }