| | |
| | | import com.yuanchu.mom.pojo.InsProduct; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode, String sampleCode); |
| | | |
| | | List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory); |
| | | List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request); |
| | | |
| | | List<String> checkSubmitPlan(Integer orderId, String laboratory); |
| | | |