package com.ruoyi.inspect.service.impl;
|
|
import com.ruoyi.inspect.pojo.InsProductDeviationWarningDetail;
|
import com.ruoyi.inspect.mapper.InsProductDeviationWarningDetailMapper;
|
import com.ruoyi.inspect.service.InsProductDeviationWarningDetailService;
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* <p>
|
* 检验项偏差预警详情表 服务实现类
|
* </p>
|
*
|
* @author
|
* @since 2025-03-28 02:18:58
|
*/
|
@Service
|
public class InsProductDeviationWarningDetailServiceImpl extends ServiceImpl<InsProductDeviationWarningDetailMapper, InsProductDeviationWarningDetail> implements InsProductDeviationWarningDetailService {
|
|
}
|