| | |
| | | |
| | | 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; |
| | |
| | | |
| | | int verifyPlan(Integer orderId, String laboratory, Integer type, String tell); |
| | | |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser); |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode, String sampleCode); |
| | | |
| | | List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory); |
| | | |