| | |
| | | import com.ruoyi.system.model.TQaTestItemReport; |
| | | import com.ruoyi.system.query.TQaTestItemReportQuery; |
| | | import com.ruoyi.system.service.TQaTestItemReportService; |
| | | import com.ruoyi.system.vo.TExperimentSchemeVO; |
| | | import com.ruoyi.system.vo.TQaTestItemReportVO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | pageInfo.setRecords(list); |
| | | return pageInfo; |
| | | } |
| | | |
| | | @Override |
| | | public List<TQaTestItemReportVO> getListByItemId(String itemId) { |
| | | return this.baseMapper.getListByItemId(itemId); |
| | | } |
| | | } |