package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.FeipinYintie; import org.jeecg.modules.arj.service.FeipinYintieService; import org.jeecg.modules.arj.mapper.FeipinYintieMapper; 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; import java.util.List; /** *
* 印铁废品 前端控制器 *
* * @author hyy * @since 2022-11-24 */ @Service public class FeipinYintieServiceImpl extends ServiceImpl