package org.jeecg.modules.arj.service.impl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import org.jeecg.modules.arj.entity.LineFeipintongji; import org.jeecg.modules.arj.mapper.LineFeipintongjiMapper; import org.jeecg.modules.arj.service.LineFeipintongjiService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; /** *
* 产量统计 服务实现类 *
* * @author jinjun.huang * @since 2022-11-21 */ @Service public class LineFeipintongjiServiceImpl extends ServiceImpl