| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.dto.InsOrderPlanDTO; |
| | | import com.yuanchu.mom.dto.InsProductDto; |
| | | import com.yuanchu.mom.pojo.InsOrderFile; |
| | | import com.yuanchu.mom.pojo.InsProduct; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | |
| | | |
| | | Map<String, Object> doInsOrder(Integer id, String laboratory); |
| | | |
| | | int upPlanUser(Integer userId, Integer orderId); |
| | | int upPlanUser(Integer userId, Integer orderId,String sonLaboratory); |
| | | |
| | | int verifyPlan(Integer orderId, String laboratory, Integer type, String tell); |
| | | |
| | |
| | | |
| | | int uploadFile(Integer orderId, MultipartFile file); |
| | | |
| | | Map<String,Object> getReportModel(Integer orderId); |
| | | Map<String,Object> getReportModel(Integer sampleId); |
| | | |
| | | Map<String,Object> temCycle(Integer sampleId, String inspectionItem, String inspectionItemSubclass); |
| | | } |