package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.FanbianZhiliangRd2; import org.jeecg.modules.arj.service.FanbianZhiliangRd2Service; import org.jeecg.modules.arj.mapper.FanbianZhiliangRd2Mapper; 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-29 */ @Service public class FanbianZhiliangRd2ServiceImpl extends ServiceImpl