package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.HanjiZhiliangDjl; import org.jeecg.modules.arj.service.HanjiZhiliangDjlService; import org.jeecg.modules.arj.mapper.HanjiZhiliangDjlMapper; 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 HanjiZhiliangDjlServiceImpl extends ServiceImpl