package jnpf.limsService.impl;
|
|
import jnpf.base.service.SuperServiceImpl;
|
import jnpf.limsEntity.LiuyangWendingxingZhouqiZixiangEntity;
|
import jnpf.limsMapper.LiuyangWendingxingZhouqiZixiangMapper;
|
import jnpf.limsService.LiuyangWendingxingZhouqiZixiangService;
|
import org.springframework.stereotype.Service;
|
|
@Service
|
public class LiuyangWendingxingZhouqiZixiangServiceImpl
|
extends SuperServiceImpl<LiuyangWendingxingZhouqiZixiangMapper, LiuyangWendingxingZhouqiZixiangEntity>
|
implements LiuyangWendingxingZhouqiZixiangService {
|
}
|