package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.HanjiZhiliangDqls; import org.jeecg.modules.arj.service.HanjiZhiliangDqlsService; import org.jeecg.modules.arj.mapper.HanjiZhiliangDqlsMapper; 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 HanjiZhiliangDqlsServiceImpl extends ServiceImpl