| | |
| | | * @param processInv |
| | | * @return |
| | | */ |
| | | List<ProcessInvVO> selectProcessInvPage(IPage page, ProcessInvVO processInv); |
| | | List<ProcessInvVO> selectProcessInvPage(IPage page, @Param("processInv") ProcessInvVO processInv); |
| | | |
| | | ProcessInv selectBy2Id(@Param("strainId") Long strainId, @Param("productId") Long productId); |
| | | ProcessInv selectBySPId(@Param("strainId") Long strainId, @Param("productId") Long productId); |
| | | |
| | | ProcessInv selectBySFId(@Param("strainId")Long strainId, @Param("fpsId")String fpsId); |
| | | |
| | | Boolean add(@Param("processInv") ProcessInv processInv1); |
| | | |