| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.dto.InsOrderPlanDTO; |
| | | import com.yuanchu.mom.dto.InsProductResultDto; |
| | | import com.yuanchu.mom.pojo.InsOrderFile; |
| | | import com.yuanchu.mom.pojo.InsProduct; |
| | | import com.yuanchu.mom.vo.InsProductResultVo; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | |
| | | |
| | | boolean claimInsOrderPlan(InsOrderPlanDTO entity); |
| | | |
| | | //普通的保存检验内容 |
| | | void saveInsContext(Map<String, Object> insContext); |
| | | |
| | | //电路试验的保存检验内容 |
| | | List<Integer> saveInsContext2(InsProductResultDto insProductResultDtos); |
| | | |
| | | Map<String, Object> doInsOrder(Integer id, String laboratory); |
| | | |
| | |
| | | Map<String,Object> temCycle(Integer sampleId, String inspectionItem, String inspectionItemSubclass); |
| | | |
| | | List<String> upPlanUser2(Integer orderId); |
| | | |
| | | int deleteInsContext(InsProductResultVo insProductResultVo); |
| | | |
| | | int deleteInsContext2(String frequency, Integer productId, String often); |
| | | } |