package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.JianbjFp; import org.jeecg.modules.arj.service.JianbjFpService; import org.jeecg.modules.arj.mapper.JianbjFpMapper; 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 2023-02-03 */ @Service public class JianbjFpServiceImpl extends ServiceImpl