package org.jeecg.modules.arj.service.impl; import org.jeecg.modules.arj.entity.ShengchanTj; import org.jeecg.modules.arj.service.ShengchanTjService; import org.jeecg.modules.arj.mapper.ShengchanTjMapper; 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-12-21 */ @Service public class ShengchanTjServiceImpl extends ServiceImpl