package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.JiguanZhiliangRd; import org.jeecg.modules.arj.service.JiguanZhiliangRdService; import org.jeecg.modules.arj.mapper.JiguanZhiliangRdMapper; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; /** *
* 集罐质量记录 前端控制器 *
* * @author hyy * @since 2022-11-28 */ @Service public class JiguanZhiliangRdServiceImpl extends ServiceImpl