package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.FeipinFanbian; import org.jeecg.modules.arj.service.FeipinFanbianService; import org.jeecg.modules.arj.mapper.FeipinFanbianMapper; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** *
* 翻边废品 前端控制器 *
* * @author hyy * @since 2022-11-27 */ @Service public class FeipinFanbianServiceImpl extends ServiceImpl