package org.jeecg.modules.arj.g.service.impl; import org.jeecg.modules.arj.g.entity.Sh14Zj; import org.jeecg.modules.arj.g.service.Sh14ZjService; import org.jeecg.modules.arj.g.mapper.Sh14ZjMapper; 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-03-17 */ @Service public class Sh14ZjServiceImpl extends ServiceImpl